about summary refs log tree commit diff
path: root/src/game/client/components/menus.h
diff options
context:
space:
mode:
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();