aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-06-27 15:22:31 +0000
committerEugene Sandulenko2004-06-27 15:22:31 +0000
commit9ef85b62813b90c6c4d6a41e4c7f025b0354801a (patch)
tree2ba52ebdc6dca0ea7a5ffb7b1286d463279eb8c1 /scumm/akos.cpp
parenta6b582a0c4929078abab75415ac3e2d31a45b670 (diff)
downloadscummvm-rg350-9ef85b62813b90c6c4d6a41e4c7f025b0354801a.tar.gz
scummvm-rg350-9ef85b62813b90c6c4d6a41e4c7f025b0354801a.tar.bz2
scummvm-rg350-9ef85b62813b90c6c4d6a41e4c7f025b0354801a.zip
Renamed some HE-specific variables.
svn-id: r14083
Diffstat (limited to 'scumm/akos.cpp')
-rw-r--r--scumm/akos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp
index e36d960417..66c9e84f96 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -223,7 +223,7 @@ void AkosRenderer::setPalette(byte *new_palette) {
if (_vm->_heversion == 70 && size) {
for (i = 0; i < size; i++)
- palette[i] = _vm->he_actor_palette[palette[i]];
+ palette[i] = _vm->_he_actor_palette[palette[i]];
} else if (size == 256) {
byte color = new_palette[0];
if (color == 255) {