]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/preferences.h
do not remember game was switched when selected at startup, <3 @Garux
[xonotic/netradiant.git] / radiant / preferences.h
index f2c47c03c1fd2e186572351891e910473489f0fd..f0a84d532256a4dcbc145863ca65173730fe6dca 100644 (file)
@@ -222,6 +222,11 @@ mutable int m_nComboSelect;   ///< intermediate int value for combo in dialog bo
 
 public:
 
+/*!
+  used to no ask for restart when switching game from Gobal Preferences window displayed on startup
+*/
+
+bool onStartup;
 /*!
    those settings are saved in the global prefs file
    I'm too lazy to wrap behind protected access, not sure this needs to be public