Ooops that would have broken v2

svn-id: r9795
This commit is contained in:
Travis Howell 2003-08-20 11:49:22 +00:00
parent 1757d5a448
commit cc781cb9b1

View file

@ -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;