mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +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
|
else
|
||||||
{
|
{
|
||||||
sc.MustGetStringName(NULL);
|
sc.ScriptError("Unknown decaldef keyword '%s'", sc.String);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue