From 639c32d66147d2f7f9e27558d5b521a4590cceef Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 16 Oct 2010 11:24:42 +0200 Subject: do not show the restart warning in the settings if you change back to actual settings. Closes #90 --- src/game/client/components/menus.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/game/client/components/menus.h') 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; // -- cgit 1.4.1