]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
game fixes
authorThomas Debesse <dev@illwieckz.net>
Thu, 25 Oct 2018 04:06:55 +0000 (06:06 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sun, 4 Nov 2018 22:38:47 +0000 (23:38 +0100)
tools/quake3/q3map2/game_unvanquished.h
tools/quake3/q3map2/q3map2.h

index 75d6804e52f3b056ddac01ae0209b5cc10d1a717..cf749731303e6b9750541f6eb6cf89b9f6fd88ef 100644 (file)
@@ -61,7 +61,7 @@ game_t struct
 {
        "unvanquished",         /* -game x */
        "pkg",                  /* default base game data dir */
-       ".unvanquished",        /* unix home sub-dir */
+       ".local/share/unvanquished", /* unix home sub-dir */
        "unvanquished",         /* magic path word */
        "scripts",              /* shader directory */
        1048575,                /* max lightmapped surface verts */
index 88176c7f326c7994b0f14611ab804a32776c64f4..8200f01f1b3a8abea1c6feb1f5628e5ea6fb47c4 100644 (file)
@@ -1961,11 +1961,11 @@ Q_EXTERN game_t games[]
        {
                                                                #include "game_quake3.h"
        ,
-                                                               #include "game_quakelive.h" /* most be after game_quake3.h as they share defines! */
+                                                               #include "game_quakelive.h" /* must be after game_quake3.h as they share defines! */
        ,
-                                                               #include "game_nexuiz.h" /* most be after game_quake3.h as they share defines! */
+                                                               #include "game_nexuiz.h" /* must be after game_quake3.h as they share defines! */
        ,
-                                                               #include "game_xonotic.h" /* most be after game_quake3.h as they share defines! */
+                                                               #include "game_xonotic.h" /* must be after game_quake3.h as they share defines! */
        ,
                                                                #include "game_tremulous.h" /*LinuxManMikeC: must be after game_quake3.h, depends on #define's set in it */
        ,
@@ -1975,7 +1975,7 @@ Q_EXTERN game_t games[]
        ,
                                                                #include "game_wolf.h"
        ,
-                                                               #include "game_wolfet.h" /* most be after game_wolf.h as they share defines! */
+                                                               #include "game_wolfet.h" /* must be after game_wolf.h as they share defines! */
        ,
                                                                #include "game_etut.h"
        ,
@@ -1983,9 +1983,9 @@ Q_EXTERN game_t games[]
        ,
                                                                #include "game_sof2.h"
        ,
-                                                               #include "game_jk2.h"   /* most be after game_sof2.h as they share defines! */
+                                                               #include "game_jk2.h"   /* must be after game_sof2.h as they share defines! */
        ,
-                                                               #include "game_ja.h"    /* most be after game_jk2.h as they share defines! */
+                                                               #include "game_ja.h"    /* must be after game_jk2.h as they share defines! */
        ,
                                                                #include "game_qfusion.h"   /* qfusion game */
        ,