From ccac679431a7d49e3e6364a833bc92b8b0fb98a4 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 6 Jun 2004 06:09:21 +0000 Subject: Ooops, kept wrong line. svn-id: r13942 --- scumm/script_v6he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index a0caedb1c5..b88b629bed 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -606,7 +606,7 @@ void ScummEngine_v6he::o6_actorOps() { j = pop(); i = pop(); checkRange(255, 0, i, "Illegal palette slot %d"); - a->setPalette(i, j); + a->remapActorPaletteColor(i, j); break; case 87: // SO_TALK_COLOR a->talkColor = pop(); -- cgit v1.2.3