aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v60he.cpp
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/script_v60he.cpp
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/script_v60he.cpp')
-rw-r--r--engines/scumm/he/script_v60he.cpp2
1 files changed, 1 insertions, 1 deletions
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();