mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- restored a line in the MAPINFO parser that got accidentally deleted.
SVN r1394 (trunk)
This commit is contained in:
parent
4bcd3faef8
commit
92e6a72da1
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue