aboutsummaryrefslogtreecommitdiff
path: root/sky/logic.cpp
diff options
context:
space:
mode:
authorRobert Göffringmann2003-06-22 21:42:59 +0000
committerRobert Göffringmann2003-06-22 21:42:59 +0000
commitf891aceee307fa614fcd312b6f567792f1b95ae1 (patch)
tree90d90d5dfff3ce150c793cd534ddab6e63b012e2 /sky/logic.cpp
parent8595f30740beb3ed9d975f895578b19e18d2c223 (diff)
downloadscummvm-rg350-f891aceee307fa614fcd312b6f567792f1b95ae1.tar.gz
scummvm-rg350-f891aceee307fa614fcd312b6f567792f1b95ae1.tar.bz2
scummvm-rg350-f891aceee307fa614fcd312b6f567792f1b95ae1.zip
native mt32 support and basic control panel (incomplete)
doesn't work with all versions, probably file numbers were changed svn-id: r8632
Diffstat (limited to 'sky/logic.cpp')
-rw-r--r--sky/logic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sky/logic.cpp b/sky/logic.cpp
index 4510c1aba0..5718aefa57 100644
--- a/sky/logic.cpp
+++ b/sky/logic.cpp
@@ -2292,6 +2292,7 @@ bool SkyLogic::fnFadeDown(uint32 a, uint32 b, uint32 c) {
}
bool SkyLogic::fnFadeUp(uint32 a, uint32 b, uint32 c) {
+ SkyState::_systemVars.currentPalette = a;
_skyScreen->fnFadeUp(a,b);
return true;
}