diff options
| author | oy <Tom_Adams@web.de> | 2011-07-07 01:48:00 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-07-07 01:48:00 +0200 |
| commit | e37d536fdfd69bbd04b869e381d64840a185b854 (patch) | |
| tree | 4abd4195082c25ab52b1b63f3fa4c615d99c80b6 /src/engine/client/client.h | |
| parent | 83d8422c4cf3ad2b04b75c7478c92f91c1f8a307 (diff) | |
| download | zcatch-e37d536fdfd69bbd04b869e381d64840a185b854.tar.gz zcatch-e37d536fdfd69bbd04b869e381d64840a185b854.zip | |
fixed some NETTYPE usage based on the socket state
Diffstat (limited to 'src/engine/client/client.h')
| -rw-r--r-- | src/engine/client/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/client/client.h b/src/engine/client/client.h index ddcd1167..fa0ddaf7 100644 --- a/src/engine/client/client.h +++ b/src/engine/client/client.h @@ -118,7 +118,6 @@ 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; |