mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- Fixed crash when parsing invalid DECALDEF lumps.
SVN r2284 (trunk)
This commit is contained in:
parent
87a7ff7b6d
commit
64fe29bf0e
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ void FDecalLib::ReadDecals(FScanner &sc)
|
|||
}
|
||||
else
|
||||
{
|
||||
sc.MustGetStringName(NULL);
|
||||
sc.ScriptError("Unknown decaldef keyword '%s'", sc.String);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue