]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Fix for the fix
authorailmanki <ailmanki@gmail.com>
Sun, 26 Feb 2012 10:24:30 +0000 (11:24 +0100)
committerailmanki <ailmanki@gmail.com>
Sun, 26 Feb 2012 10:24:30 +0000 (11:24 +0100)
radiant/watchbsp.cpp

index dcee86dd9d4ed855eaec0dbe9ae0fcd7f7ba5375..45e817d84e6da1998be6c22b0e8e38ffbf7adf12 100644 (file)
@@ -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"))