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