mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-02 18:21:02 +00:00
- Fix DUMB error introduced by ZDoom revision r3589.
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1365 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
d7064639ff
commit
d11c696603
1 changed files with 1 additions and 0 deletions
|
@ -767,6 +767,7 @@ DUH *DUMBEXPORT dumb_read_mod_quick(DUMBFILE *f, int rstrict)
|
|||
sigdata = it_mod_load_sigdata(f, rstrict);
|
||||
|
||||
if (!sigdata)
|
||||
return NULL;
|
||||
|
||||
{
|
||||
const char *tag[2][2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue