Rename WW-created compression formats.
This commit is contained in:
@@ -67,7 +67,7 @@ namespace OpenRA.Mods.Common.SpriteLoaders
|
||||
for (var j = 0; j < height; j++)
|
||||
{
|
||||
var length = s.ReadUInt16() - 2;
|
||||
Format2.DecodeInto(s.ReadBytes(length), Data, dataWidth * j);
|
||||
RLEZerosCompression.DecodeInto(s.ReadBytes(length), Data, dataWidth * j);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user