diff options
| author | oy <Tom_Adams@web.de> | 2010-10-16 11:24:42 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-10-16 11:24:42 +0200 |
| commit | 639c32d66147d2f7f9e27558d5b521a4590cceef (patch) | |
| tree | 6216dfe5b97f14921ffbd316348c3694d067d121 /src/game/client/components/menus.h | |
| parent | 9c256f69d8f8f2aa726f8b9ab0792dfb62069e57 (diff) | |
| download | zcatch-639c32d66147d2f7f9e27558d5b521a4590cceef.tar.gz zcatch-639c32d66147d2f7f9e27558d5b521a4590cceef.zip | |
do not show the restart warning in the settings if you change back to actual settings. Closes #90
Diffstat (limited to 'src/game/client/components/menus.h')
| -rw-r--r-- | src/game/client/components/menus.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index 1a63f5e5..df9349e6 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -140,8 +140,9 @@ class CMenus : public CComponent static float ms_ListheaderHeight; static float ms_FontmodHeight; - // for graphic settings - bool m_NeedRestart; + // for settings + bool m_NeedRestartGraphics; + bool m_NeedRestartSound; bool m_NeedSendinfo; // |