about summary refs log tree commit diff
path: root/src/engine/client
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-04-02 11:55:37 +0200
committeroy <Tom_Adams@web.de>2011-04-02 11:55:37 +0200
commit04a3b7be0042b48d1b6963801420ac4cb480bf4d (patch)
treefb3e5210d8cc33c4253b82ca26f0d217662f7277 /src/engine/client
parent81453bd09ca9a495ebccbc6ca526299ef5d63dab (diff)
downloadzcatch-04a3b7be0042b48d1b6963801420ac4cb480bf4d.tar.gz
zcatch-04a3b7be0042b48d1b6963801420ac4cb480bf4d.zip
fixed problem with recorded demo files. Closes #570
Diffstat (limited to 'src/engine/client')
-rw-r--r--src/engine/client/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/client.h b/src/engine/client/client.h
index 86c56e0a..fa0ddaf7 100644
--- a/src/engine/client/client.h
+++ b/src/engine/client/client.h
@@ -137,7 +137,7 @@ class CClient : public IClient, public CDemoPlayer::IListner
 
 	//
 	char m_aCurrentMap[256];
-	int m_CurrentMapCrc;
+	unsigned m_CurrentMapCrc;
 
 	//
 	char m_aCmdConnect[256];