From 2af0e49fc3935b44a431cd139605378b6353e8ba Mon Sep 17 00:00:00 2001 From: ailmanki Date: Sun, 26 Feb 2012 11:11:19 +0100 Subject: [PATCH 1/2] Fixed map not starting after compile in Enemy-Territory. --- radiant/watchbsp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/watchbsp.cpp b/radiant/watchbsp.cpp index 5c170b66..dcee86dd 100644 --- a/radiant/watchbsp.cpp +++ b/radiant/watchbsp.cpp @@ -642,7 +642,7 @@ inline void GlobalGameDescription_string_write_mapparameter(StringOutputStream& string << "+set fs_game " << fs_game << " "; } if(g_pGameDescription->mGameType == "wolf" - || g_pGameDescription->mGameType == "et") + //|| g_pGameDescription->mGameType == "et") { if (string_equal(gamemode_get(), "mp")) { From 2b0e61ede1d5e755dc5e3920028f24b817d8dcdf Mon Sep 17 00:00:00 2001 From: ailmanki Date: Sun, 26 Feb 2012 11:24:30 +0100 Subject: [PATCH 2/2] Fix for the fix --- radiant/watchbsp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/watchbsp.cpp b/radiant/watchbsp.cpp index dcee86dd..45e817d8 100644 --- a/radiant/watchbsp.cpp +++ b/radiant/watchbsp.cpp @@ -641,7 +641,7 @@ inline void GlobalGameDescription_string_write_mapparameter(StringOutputStream& { string << "+set fs_game " << fs_game << " "; } - if(g_pGameDescription->mGameType == "wolf" + if(g_pGameDescription->mGameType == "wolf") //|| g_pGameDescription->mGameType == "et") { if (string_equal(gamemode_get(), "mp"))