From: ailmanki Date: Sun, 26 Feb 2012 10:11:19 +0000 (+0100) Subject: Fixed map not starting after compile in Enemy-Territory. X-Git-Tag: xonotic-v0.6.0~5^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2af0e49fc3935b44a431cd139605378b6353e8ba;p=xonotic%2Fnetradiant.git Fixed map not starting after compile in Enemy-Territory. --- 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")) {