about summary refs log tree commit diff
path: root/src/engine/client/client.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-04-04 18:20:05 +0200
committeroy <Tom_Adams@web.de>2011-04-04 18:20:05 +0200
commit4ad6d2f01e5b972a969dced080976f2e8dfbd939 (patch)
treecd0e24e2daf73295c0a23ff12198b5bc0acd555c /src/engine/client/client.h
parent622b3de9bd224dca8c55ea6ab7b12d05dc30e705 (diff)
downloadzcatch-4ad6d2f01e5b972a969dced080976f2e8dfbd939.tar.gz
zcatch-4ad6d2f01e5b972a969dced080976f2e8dfbd939.zip
fixed problem with sv_bindaddr on the server
Diffstat (limited to 'src/engine/client/client.h')
-rw-r--r--src/engine/client/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/client/client.h b/src/engine/client/client.h
index fa0ddaf7..ddcd1167 100644
--- a/src/engine/client/client.h
+++ b/src/engine/client/client.h
@@ -118,6 +118,7 @@ class CClient : public IClient, public CDemoPlayer::IListner
 	float m_FrameTimeHigh;
 	int m_Frames;
 	NETADDR m_ServerAddress;
+	NETADDR m_BindAddr;
 	int m_WindowMustRefocus;
 	int m_SnapCrcErrors;
 	bool m_AutoScreenshotRecycle;