mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
- Fixed one line erroneously removed from readmod.c in r3589.
SVN r3591 (trunk)
This commit is contained in:
parent
79ae117f8f
commit
5459c2497a
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…
Reference in a new issue