aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_lok.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-10 18:03:37 +0000
committerJohannes Schickel2009-08-10 18:03:37 +0000
commit19d5aa25dc9997d9c3527e1c3326ed179331f836 (patch)
tree14823fd990087563872910b2bfc5ed7f97224986 /engines/kyra/gui_lok.cpp
parent7c6ffa78e035103625d5d6e0c08d3590a129c8a3 (diff)
downloadscummvm-rg350-19d5aa25dc9997d9c3527e1c3326ed179331f836.tar.gz
scummvm-rg350-19d5aa25dc9997d9c3527e1c3326ed179331f836.tar.bz2
scummvm-rg350-19d5aa25dc9997d9c3527e1c3326ed179331f836.zip
Fix GUI button outline colors in Kyra1 Amiga.
svn-id: r43213
Diffstat (limited to 'engines/kyra/gui_lok.cpp')
-rw-r--r--engines/kyra/gui_lok.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/gui_lok.cpp b/engines/kyra/gui_lok.cpp
index e90d6c7241..9ef20ba8a3 100644
--- a/engines/kyra/gui_lok.cpp
+++ b/engines/kyra/gui_lok.cpp
@@ -457,7 +457,6 @@ int GUI_LoK::buttonMenuCallback(Button *caller) {
return 0;
}
- // XXX
if (_vm->gameFlags().platform == Common::kPlatformAmiga) {
_screen->setPaletteIndex(0x10, 0x3F, 0x3F, 0x3F);
_screen->setInterfacePalette(_screen->getPalette(1), 0x3F, 0x3F, 0x3F);