match TheDig and PuttMoon disasm, maybe this will fix fbear crash ?

svn-id: r15245
This commit is contained in:
Gregory Montoir 2004-09-23 19:49:59 +00:00
parent 17ec22c7fa
commit 9f97086b2f

View file

@ -3074,8 +3074,7 @@ void ScummEngine_v6::o6_setBoxSet() {
//FIXME Causes glitches and game to crash
// Only used in fbear when leaving the basement
int arg = pop();
return;
int arg = pop() - 1;
const byte *room = getResourceAddress(rtRoom, _roomResource);
const byte *boxd = NULL, *boxm = NULL;