aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/palette.cpp
diff options
context:
space:
mode:
authorStrangerke2014-04-22 23:26:09 +0200
committerStrangerke2014-04-22 23:26:39 +0200
commitb2e2a2deeee660ec2b28bc0098dfe0da67869e04 (patch)
tree2bc6723e92ad8280f57aab79c5b6d6394ef74f63 /engines/mads/palette.cpp
parent692af23f6f0a698e9089fcef0592fcb20e56efa6 (diff)
downloadscummvm-rg350-b2e2a2deeee660ec2b28bc0098dfe0da67869e04.tar.gz
scummvm-rg350-b2e2a2deeee660ec2b28bc0098dfe0da67869e04.tar.bz2
scummvm-rg350-b2e2a2deeee660ec2b28bc0098dfe0da67869e04.zip
MADS: Implement scene 319
Diffstat (limited to 'engines/mads/palette.cpp')
-rw-r--r--engines/mads/palette.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/palette.cpp b/engines/mads/palette.cpp
index d6cf652760..d9a46a93ef 100644
--- a/engines/mads/palette.cpp
+++ b/engines/mads/palette.cpp
@@ -495,7 +495,8 @@ void Palette::setLowRange() {
_vm->_palette->setPalette(_mainPalette, 0, 4);
}
-void Palette::fadeOut(byte palette[PALETTE_SIZE], int v1, int v2, int v3, int v4, int v5, int v6) {
+void Palette::fadeOut(byte palette[PALETTE_SIZE], int start, int count, int v1, int v2, int v3, int v4, int v5, int v6) {
+ warning("TODO: Palette::fadeOut()");
}
void Palette::lock() {