- restored a line in the MAPINFO parser that got accidentally deleted.

SVN r1394 (trunk)
This commit is contained in:
Christoph Oelckers 2009-02-03 21:35:10 +00:00
parent 4bcd3faef8
commit 92e6a72da1

View file

@ -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();