mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
Add additional case for putt putt games
svn-id: r11990
This commit is contained in:
parent
e76c4c9ebe
commit
e91224589f
@ -1624,7 +1624,14 @@ void ScummEngine_v6::o6_roomOps() {
|
||||
else
|
||||
setPalette(a);
|
||||
break;
|
||||
|
||||
case 221:
|
||||
int len;
|
||||
len = resStrLen(_scriptPointer);
|
||||
_scriptPointer += len + 1;
|
||||
_saveLoadFlag = pop();
|
||||
_saveLoadSlot = 99;
|
||||
_saveLoadCompatible = true;
|
||||
break;
|
||||
default:
|
||||
error("o6_roomOps: default case %d", op);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user