match TheDig and PuttMoon disasm, maybe this will fix fbear crash ?
svn-id: r15245
This commit is contained in:
parent
17ec22c7fa
commit
9f97086b2f
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue