about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorxalduin <xalduin@gmail.com>2010-06-07 09:38:38 +0800
committerMagnus Auvinen <magnus.auvinen@gmail.com>2010-06-09 20:41:00 +0800
commitbe5e19d2bd3011128b12e8dfd4897b3514760941 (patch)
tree296071fb36745d46a36732249856169d2ef88082 /src/game
parent8625f42e304a56d48875ad1ce9e9d8ae09f1a238 (diff)
downloadzcatch-be5e19d2bd3011128b12e8dfd4897b3514760941.tar.gz
zcatch-be5e19d2bd3011128b12e8dfd4897b3514760941.zip
Fixed some compiler warnings
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/components/menus_demo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus_demo.cpp b/src/game/client/components/menus_demo.cpp
index ec1ead8e..fd0caf62 100644
--- a/src/game/client/components/menus_demo.cpp
+++ b/src/game/client/components/menus_demo.cpp
@@ -519,6 +519,6 @@ void CMenus::DemoSetParentDirectory()
 	for(i = 0; i < 256; i++)
 	{
 		if(i >= Stop)
-			m_aCurrentDemoFolder[i] = NULL;
+			m_aCurrentDemoFolder[i] = 0;
 	}
 }