diff options
| author | Choupom <andycootlapin@hotmail.fr> | 2010-11-20 14:45:09 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-11-20 21:34:13 +0100 |
| commit | 38c2a1b45c9a896184c44ab5976559984a2a9ba5 (patch) | |
| tree | cc0bd7fe8cf8e7c720f5db0fe8a29e2c8590a97c /src/game/client/components/menus.h | |
| parent | fc9211c7774a0d2d755addfb82b7a02047a6568a (diff) | |
| download | zcatch-38c2a1b45c9a896184c44ab5976559984a2a9ba5.tar.gz zcatch-38c2a1b45c9a896184c44ab5976559984a2a9ba5.zip | |
fixed so every demo infos are not loaded when making the demos list
Diffstat (limited to 'src/game/client/components/menus.h')
| -rw-r--r-- | src/game/client/components/menus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index 0c6686cd..8efb7969 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -162,6 +162,8 @@ class CMenus : public CComponent char m_aName[128]; bool m_IsDir; int m_StorageType; + + bool m_InfosLoaded; bool m_Valid; char m_aMap[64]; |