From e0e905ce5de51958ba2faeec4bfae7b599ca79d3 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 2 May 2010 18:38:41 +0200 Subject: [PATCH] actually activate -game xonotic in q3map2 :( --- tools/quake3/q3map2/game_xonotic.h | 6 +++--- tools/quake3/q3map2/q3map2.h | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/quake3/q3map2/game_xonotic.h b/tools/quake3/q3map2/game_xonotic.h index 4c5a3e3..ac85777 100644 --- a/tools/quake3/q3map2/game_xonotic.h +++ b/tools/quake3/q3map2/game_xonotic.h @@ -29,8 +29,8 @@ several games based on the Quake III Arena engine, in the form of "Q3Map2." /* marker */ -#ifndef GAME_NEXUIZ_H -#define GAME_NEXUIZ_H +#ifndef GAME_XONOTIC_H +#define GAME_XONOTIC_H @@ -53,7 +53,7 @@ game_t struct "xonotic", /* -game x */ "data", /* default base game data dir */ ".xonotic", /* unix home sub-dir */ - "nexuiz", /* magic path word */ + "xonotic", /* magic path word */ "scripts", /* shader directory */ 1048575, /* max lightmapped surface verts */ 1048575, /* max surface verts */ diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index 5db3b8c..303ff66 100644 --- a/tools/quake3/q3map2/q3map2.h +++ b/tools/quake3/q3map2/q3map2.h @@ -1905,6 +1905,8 @@ Q_EXTERN game_t games[] , #include "game_nexuiz.h"/* most 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_tremulous.h" /*LinuxManMikeC: must be after game_quake3.h, depends on #define's set in it */ , #include "game_tenebrae.h" -- 2.39.2