aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon/debug.cpp')
-rw-r--r--engines/simon/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/debug.cpp b/engines/simon/debug.cpp
index d3c9744db6..037777bac9 100644
--- a/engines/simon/debug.cpp
+++ b/engines/simon/debug.cpp
@@ -380,7 +380,7 @@ void SimonEngine::dump_single_bitmap(int file, int image, const byte *offs, int
return;
#endif
- dump_bitmap(buf, offs, w, h, 0, _palette, base);
+ dump_bitmap(buf, offs, w, h, 0, _displayPalette, base);
}
void pal_load(byte *pal, const byte *vga1, int a, int b) {