]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/preferences.h
Updating notes on regression tests. They are "mostly sort of fixed". Won't
[xonotic/netradiant.git] / radiant / preferences.h
index 41e7efed330d380711a1ea84ffa59008abbe5883..784f3fc84b803c66a3e032714a1c4fa52145968c 100644 (file)
@@ -208,6 +208,7 @@ select games, copy editing assets and write out configuration files
 #define NEXUIZ_PACK "NexuizPack"
 #define Q2_PACK "Q2Pack"
 #define TREMULOUS_PACK "TremulousPack"
+#define JA_PACK "JAPack"
 
 class CGameInstall : public Dialog {
 public:
@@ -229,6 +230,7 @@ public:
                GAME_NEXUIZ,
                GAME_Q2,
                GAME_TREMULOUS,
+               GAME_JA,
                GAME_COUNT
        };
 
@@ -579,6 +581,7 @@ public:
   bool  m_bPluginToolbar;
   bool  m_bNoClamp;
        //++timo this is most likely broken, I don't know what it's supposed to do
+  bool  m_bSnap;
   Str   m_strUserPath;
   int   m_nRotation;
   bool  m_bChaseMouse;