From c847e41defe8648ef8b9134f6bf43bdeafc38fbf Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Thu, 25 Oct 2018 06:06:55 +0200 Subject: [PATCH] game fixes --- tools/quake3/q3map2/game_unvanquished.h | 2 +- tools/quake3/q3map2/q3map2.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/quake3/q3map2/game_unvanquished.h b/tools/quake3/q3map2/game_unvanquished.h index 75d6804e..cf749731 100644 --- a/tools/quake3/q3map2/game_unvanquished.h +++ b/tools/quake3/q3map2/game_unvanquished.h @@ -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 */ diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index 88176c7f..8200f01f 100644 --- a/tools/quake3/q3map2/q3map2.h +++ b/tools/quake3/q3map2/q3map2.h @@ -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 */ , -- 2.39.2