aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.cpp
diff options
context:
space:
mode:
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 2ac8d27bfe..f936922ec4 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);
+ _vm->_gfx->setPalette(palette, 0, 248);
free(buf);
free(resourceData);