- Fixed crash when parsing invalid DECALDEF lumps.

SVN r2284 (trunk)
This commit is contained in:
Randy Heit 2010-04-17 02:42:50 +00:00
parent 87a7ff7b6d
commit 64fe29bf0e
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ void FDecalLib::ReadDecals(FScanner &sc)
} }
else else
{ {
sc.MustGetStringName(NULL); sc.ScriptError("Unknown decaldef keyword '%s'", sc.String);
} }
} }
} }