fixed d2k harvester dock animation

This commit is contained in:
Matthias Mailänder
2012-07-17 22:03:30 +02:00
parent 44b8630c71
commit 25fae5d109
5 changed files with 10 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ namespace OpenRA.FileFormats
var c1 = c.GetColor(0);
var c2 = c.GetColor(1); // temptemp: this can be expressed better
var baseIndex = Ramp[0];
var baseIndex = Ramp[0];
var RemapRamp = Ramp.Select(r => r - Ramp[0]).ToArray();
if (Ramp[0] > Ramp[15]) // reversed remapping