about summary refs log tree commit diff
path: root/src/game/client/components/menus.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-10-08 00:13:05 +0200
committeroy <Tom_Adams@web.de>2010-10-08 00:13:05 +0200
commita0758893123cec707dc898bbf4b8f9721c6f827b (patch)
treec1491876142b9c4c73d1469282897203f894f137 /src/game/client/components/menus.h
parent04234c109e753870d76098650dcf1efd530ef365 (diff)
downloadzcatch-a0758893123cec707dc898bbf4b8f9721c6f827b.tar.gz
zcatch-a0758893123cec707dc898bbf4b8f9721c6f827b.zip
fixed a listing problem in the demo browser
Diffstat (limited to 'src/game/client/components/menus.h')
-rw-r--r--src/game/client/components/menus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h
index ea8be21f..7ab03b81 100644
--- a/src/game/client/components/menus.h
+++ b/src/game/client/components/menus.h
@@ -171,6 +171,7 @@ class CMenus : public CComponent
 	bool m_DemolistDelEntry;
 	int m_DemolistSelectedIndex;
 	bool m_DemolistSelectedIsDir;
+	int m_DemolistStorageType;
 	
 	void DemolistOnUpdate(bool Reset);
 	void DemolistPopulate();