about summary refs log tree commit diff
path: root/src/game/client/components/menus.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-10-16 11:24:42 +0200
committeroy <Tom_Adams@web.de>2010-10-16 11:24:42 +0200
commit639c32d66147d2f7f9e27558d5b521a4590cceef (patch)
tree6216dfe5b97f14921ffbd316348c3694d067d121 /src/game/client/components/menus.h
parent9c256f69d8f8f2aa726f8b9ab0792dfb62069e57 (diff)
downloadzcatch-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.h5
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;
 	
 	//