Merge remote-tracking branch 'origin/ailmanki/et-engineaftercompile'

This commit is contained in:
Rudolf Polzer 2012-03-01 12:15:33 +01:00
commit 6bc28ad466

View File

@ -641,8 +641,8 @@ 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"))
{ {