diff options
| author | oy <Tom_Adams@web.de> | 2011-01-05 22:22:07 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-01-05 22:22:07 +0100 |
| commit | 13902fef6c04697f334f4c6b1815e50eb17fdbfc (patch) | |
| tree | aaad283357f6187749e3acbee9d859e74a994774 /src/game/client/components/menus.h | |
| parent | 64e36b5095fc4838692bede15e36bf953cd44459 (diff) | |
| download | zcatch-13902fef6c04697f334f4c6b1815e50eb17fdbfc.tar.gz zcatch-13902fef6c04697f334f4c6b1815e50eb17fdbfc.zip | |
show an error popup when demo deletion fails
Diffstat (limited to 'src/game/client/components/menus.h')
| -rw-r--r-- | src/game/client/components/menus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index c44b9dab..5e93a90a 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -180,7 +180,6 @@ class CMenus : public CComponent sorted_array<CDemoItem> m_lDemos; char m_aCurrentDemoFolder[256]; - bool m_DemolistDelEntry; int m_DemolistSelectedIndex; bool m_DemolistSelectedIsDir; int m_DemolistStorageType; |