diff options
| author | oy <Tom_Adams@web.de> | 2010-10-08 00:13:05 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-10-08 00:13:05 +0200 |
| commit | a0758893123cec707dc898bbf4b8f9721c6f827b (patch) | |
| tree | c1491876142b9c4c73d1469282897203f894f137 /src/game/client/components/menus.h | |
| parent | 04234c109e753870d76098650dcf1efd530ef365 (diff) | |
| download | zcatch-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.h | 1 |
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(); |