aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index 92ba728f55..8743c4bde2 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -473,7 +473,7 @@ void ScummEngine_v100he::o100_actorOps() {
a->_layer = -pop();
break;
case 63:
- a->transparency = pop();
+ a->paletteNum = pop();
break;
case 65: // SO_SCALE
i = pop();