diff options
| author | Travis Howell | 2004-06-06 06:09:21 +0000 | 
|---|---|---|
| committer | Travis Howell | 2004-06-06 06:09:21 +0000 | 
| commit | ccac679431a7d49e3e6364a833bc92b8b0fb98a4 (patch) | |
| tree | 88ad29909079a029a9e560529bc3979b6f219678 | |
| parent | cbbfc34e0a258e0067d0f23030d344f5bef1f35d (diff) | |
| download | scummvm-rg350-ccac679431a7d49e3e6364a833bc92b8b0fb98a4.tar.gz scummvm-rg350-ccac679431a7d49e3e6364a833bc92b8b0fb98a4.tar.bz2 scummvm-rg350-ccac679431a7d49e3e6364a833bc92b8b0fb98a4.zip | |
Ooops, kept wrong line.
svn-id: r13942
| -rw-r--r-- | scumm/script_v6he.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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(); | 
