mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 00:35:54 +00:00
Fix from Hibernatus
svn-id: r9060
This commit is contained in:
parent
09984089fb
commit
af75c03981
@ -1785,6 +1785,8 @@ const byte *findResourceSmall(uint32 tag, const byte *searchin) {
|
||||
uint16 smallTag;
|
||||
|
||||
smallTag = newTag2Old(tag);
|
||||
if (smallTag == 0)
|
||||
return NULL;
|
||||
|
||||
assert(searchin);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user