Add missing roomOps case for HE games.

svn-id: r15404
This commit is contained in:
Travis Howell 2004-10-04 04:04:37 +00:00
parent 4364606894
commit db63483001
9 changed files with 31 additions and 22 deletions

View file

@ -1754,7 +1754,7 @@ void ScummEngine_v6::o6_roomOps() {
if (_gameId == GID_SAMNMAX && vm.slot[_currentScript].number == 64)
setDirtyColors(0, 255);
else
setPalette(a);
setPalette(a, _roomResource);
break;
default:
error("o6_roomOps: default case %d", op);