mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Ooops that would have broken v2
svn-id: r9795
This commit is contained in:
+4
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user