X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=radiant%2Fpreferences.h;h=784f3fc84b803c66a3e032714a1c4fa52145968c;hb=f487ea7c547dbd72e0ac837363c766e6b0f88a53;hp=41e7efed330d380711a1ea84ffa59008abbe5883;hpb=f5b144e467d55a20e83aaedc85703d707b400121;p=xonotic%2Fnetradiant.git diff --git a/radiant/preferences.h b/radiant/preferences.h index 41e7efed..784f3fc8 100644 --- a/radiant/preferences.h +++ b/radiant/preferences.h @@ -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;