svn-id: r10041
This commit is contained in:
Travis Howell 2003-09-06 08:57:19 +00:00
parent 52a59049c7
commit c951e5f842

View File

@ -782,7 +782,7 @@ void Scumm_v2::o2_resourceRoutines() {
if (0 <= (opcode >> 4) && (opcode >> 4) < (int)ARRAYSIZE(resTypes))
type = resTypes[opcode >> 4];
if (type == rtNumTypes)
if ((opcode & 0x0f) == 0 || type == rtNumTypes)
return;
if ((opcode & 0x0f) == 1) {