aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
diff options
context:
space:
mode:
authorMax Horn2006-11-04 22:59:56 +0000
committerMax Horn2006-11-04 22:59:56 +0000
commitdb1fc75012ae1d6b2864ceae9c7900bd80d06508 (patch)
treeedd3c1f1e4a3086a37e1a6c6849640bd7d275308 /engines/scumm/he
parente57422c08c016441a80279fee3a13848a5bb9d5b (diff)
downloadscummvm-rg350-db1fc75012ae1d6b2864ceae9c7900bd80d06508.tar.gz
scummvm-rg350-db1fc75012ae1d6b2864ceae9c7900bd80d06508.tar.bz2
scummvm-rg350-db1fc75012ae1d6b2864ceae9c7900bd80d06508.zip
SCUMM cleanup
svn-id: r24612
Diffstat (limited to 'engines/scumm/he')
-rw-r--r--engines/scumm/he/script_v100he.cpp2
-rw-r--r--engines/scumm/he/script_v60he.cpp2
-rw-r--r--engines/scumm/he/script_v72he.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp
index 323bd32a05..7e49825632 100644
--- a/engines/scumm/he/script_v100he.cpp
+++ b/engines/scumm/he/script_v100he.cpp
@@ -1617,7 +1617,7 @@ void ScummEngine_v100he::o100_roomOps() {
case 134: // SO_ROOM_NEW_PALETTE
a = pop();
- setPalette(a);
+ setCurrentPalette(a);
break;
case 135:
diff --git a/engines/scumm/he/script_v60he.cpp b/engines/scumm/he/script_v60he.cpp
index 6165f42495..59c28bc057 100644
--- a/engines/scumm/he/script_v60he.cpp
+++ b/engines/scumm/he/script_v60he.cpp
@@ -560,7 +560,7 @@ void ScummEngine_v60he::o60_roomOps() {
case 213: // SO_ROOM_NEW_PALETTE
a = pop();
- setPalette(a);
+ setCurrentPalette(a);
break;
case 220:
a = pop();
diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp
index adc81ba992..c0dd431d4c 100644
--- a/engines/scumm/he/script_v72he.cpp
+++ b/engines/scumm/he/script_v72he.cpp
@@ -1038,7 +1038,7 @@ void ScummEngine_v72he::o72_roomOps() {
case 213: // SO_ROOM_NEW_PALETTE
a = pop();
- setPalette(a);
+ setCurrentPalette(a);
break;
case 220: