From 92e6a72da14038e36661b45532c0200fc560b050 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 3 Feb 2009 21:35:10 +0000 Subject: [PATCH] - restored a line in the MAPINFO parser that got accidentally deleted. SVN r1394 (trunk) --- src/g_mapinfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/g_mapinfo.cpp b/src/g_mapinfo.cpp index c7bd8ec1c..170a9e4b7 100644 --- a/src/g_mapinfo.cpp +++ b/src/g_mapinfo.cpp @@ -751,6 +751,7 @@ void FMapInfoParser::ParseNextMap(char *mapname) newSeq.EndType = END_Pic1; newSeq.PlayTheEnd = false; newSeq.MusicLooping = true; + sc.MustGetStringName("{"); while (!sc.CheckString("}")) { sc.MustGetString();