- fix of optional terrain (in master this was part of an incompatible commit.

This commit is contained in:
Christoph Oelckers 2016-02-09 17:58:29 +01:00
parent 01fb0115f4
commit c2666b1bb7

View file

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