aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-10-05 01:40:55 +0000
committerEugene Sandulenko2005-10-05 01:40:55 +0000
commit8912fcb8055b442607ef679548427db22ce8c649 (patch)
tree653e882ce22d8cd4cd10d00e1f2a19aacf981c7f /saga/animation.cpp
parent579478a586b6d6c51bd5f652def24b362251d082 (diff)
downloadscummvm-rg350-8912fcb8055b442607ef679548427db22ce8c649.tar.gz
scummvm-rg350-8912fcb8055b442607ef679548427db22ce8c649.tar.bz2
scummvm-rg350-8912fcb8055b442607ef679548427db22ce8c649.zip
Simplified palette code.
svn-id: r18936
Diffstat (limited to 'saga/animation.cpp')
-rw-r--r--saga/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/animation.cpp b/saga/animation.cpp
index f936922ec4..2ac8d27bfe 100644
--- a/saga/animation.cpp
+++ b/saga/animation.cpp
@@ -114,7 +114,7 @@ void Anim::playCutaway(int cut, bool fade) {
const Rect rect(width, height);
bgSurface->blit(rect, buf);
- _vm->_gfx->setPalette(palette, 0, 248);
+ _vm->_gfx->setPalette(palette);
free(buf);
free(resourceData);