Fixed map not starting after compile in Enemy-Territory.

This commit is contained in:
ailmanki 2012-02-26 11:11:19 +01:00
parent 4b64a713a0
commit 2af0e49fc3

View File

@ -642,7 +642,7 @@ inline void GlobalGameDescription_string_write_mapparameter(StringOutputStream&
string << "+set fs_game " << fs_game << " "; string << "+set fs_game " << fs_game << " ";
} }
if(g_pGameDescription->mGameType == "wolf" if(g_pGameDescription->mGameType == "wolf"
|| g_pGameDescription->mGameType == "et") //|| g_pGameDescription->mGameType == "et")
{ {
if (string_equal(gamemode_get(), "mp")) if (string_equal(gamemode_get(), "mp"))
{ {