From 2af0e49fc3935b44a431cd139605378b6353e8ba Mon Sep 17 00:00:00 2001 From: ailmanki Date: Sun, 26 Feb 2012 11:11:19 +0100 Subject: [PATCH] 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")) { -- 2.39.2