aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/palette_he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/palette_he.cpp')
-rw-r--r--engines/scumm/he/palette_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/palette_he.cpp b/engines/scumm/he/palette_he.cpp
index aac7bb5848..d055b77ee2 100644
--- a/engines/scumm/he/palette_he.cpp
+++ b/engines/scumm/he/palette_he.cpp
@@ -31,7 +31,7 @@
namespace Scumm {
-void ScummEngine_v70he::remapHEPalette(const uint8 *src, uint8 *dst) {
+void ScummEngine_v71he::remapHEPalette(const uint8 *src, uint8 *dst) {
int r, g, b, sum, bestitem, bestsum;
int ar, ag, ab;
uint8 *palPtr;