From 8912fcb8055b442607ef679548427db22ce8c649 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 5 Oct 2005 01:40:55 +0000 Subject: Simplified palette code. svn-id: r18936 --- saga/animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga/animation.cpp') 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); -- cgit v1.2.3