]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
use \n parsing on globals in savegames
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 23 Mar 2008 21:21:44 +0000 (21:21 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 23 Mar 2008 21:21:44 +0000 (21:21 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8227 d7cf8633-e32d-0410-b094-e92efae38249

prvm_edict.c

index 226d5239dbe506ad39d23f027eb951e1385c0f2d..fea28867e094e3c2f401eb2f82df61f1a43edf8e 100644 (file)
@@ -896,7 +896,7 @@ void PRVM_ED_ParseGlobals (const char *data)
                        continue;
                }
 
-               if (!PRVM_ED_ParseEpair(NULL, key, com_token, false))
+               if (!PRVM_ED_ParseEpair(NULL, key, com_token, true))
                        PRVM_ERROR ("PRVM_ED_ParseGlobals: parse error");
        }
 }