aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/sequence/sequences_darkmoon.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/kyra/sequence/sequences_darkmoon.cpp b/engines/kyra/sequence/sequences_darkmoon.cpp
index 59f2550389..56bcbba633 100644
--- a/engines/kyra/sequence/sequences_darkmoon.cpp
+++ b/engines/kyra/sequence/sequences_darkmoon.cpp
@@ -660,8 +660,7 @@ void DarkMoonEngine::seq_playFinale() {
sq.loadScene(7, 2);
- if (_configRenderMode != Common::kRenderEGA)
- sq.copyPalette(3, 0);
+ sq.copyPalette(3, 0);
sq.loadScene(4, 2);
@@ -1550,10 +1549,10 @@ const char *const DarkmoonSequenceHelper::_palFilesFinaleVGA[] = {
};
const char *const DarkmoonSequenceHelper::_palFilesFinaleEGA[] = {
- "FINALE_0.PAL",
+ "FINALE_6.PAL",
"FINALE_0.PAL",
"FINALE_1.PAL",
- "FINALE_2.PAL",
+ "FINALE_7.PAL",
"FINALE_3.PAL",
"FINALE_4.PAL",
"FINALE_5.PAL",