Ooops that would have broken v2
svn-id: r9795
This commit is contained in:
parent
1757d5a448
commit
cc781cb9b1
1 changed files with 4 additions and 2 deletions
|
@ -696,10 +696,12 @@ void Scumm_v2::o2_actorSet() {
|
|||
break;
|
||||
|
||||
case 2: // Actor Set Color
|
||||
if (_version == 2)
|
||||
if (_version == 1)
|
||||
i = act;
|
||||
else
|
||||
i = fetchScriptByte();
|
||||
|
||||
a->palette[act] = arg;
|
||||
a->palette[i] = arg;
|
||||
a->needRedraw = true;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue