mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-04-22 08:28:53 +00:00
- fix of optional terrain (in master this was part of an incompatible commit.
This commit is contained in:
parent
01fb0115f4
commit
c2666b1bb7
1 changed files with 1 additions and 1 deletions
|
@ -635,11 +635,11 @@ static void ParseFloor (FScanner &sc)
|
|||
|
||||
if (!picnum.Exists())
|
||||
{
|
||||
sc.MustGetString();
|
||||
if (!opt)
|
||||
{
|
||||
Printf("Unknown flat %s\n", sc.String);
|
||||
}
|
||||
sc.MustGetString();
|
||||
return;
|
||||
}
|
||||
sc.MustGetString ();
|
||||
|
|
Loading…
Reference in a new issue