aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 2d3a6e46a9..b251441bf3 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -323,9 +323,7 @@ void Scumm::scummInit() {
84, 84, 84, 0, 84, 84, 84, 0, 84, 252, 84, 0, 84, 252, 252, 0,
252, 84, 84, 0, 63, 84, 252, 0, 252, 252, 84, 0, 252, 252, 252, 0
};
- memcpy (_currentPalette, pal16, 16 * 4);
- setDirtyColors(0, 15);
- updatePalette();
+ _system->set_palette(pal16, 0, 16);
}
if (_features & GF_AFTER_V3)