- fixed message output.
This commit is contained in:
parent
78ac944242
commit
bcfb437302
2 changed files with 10 additions and 7 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…
Add table
Add a link
Reference in a new issue