Convert extension in real extension
This commit is contained in:
committed by
atlimit8
parent
2677e9c013
commit
b71402f64d
@@ -55,7 +55,7 @@ namespace OpenRA.Mods.Cnc.VideoLoaders
|
||||
|
||||
if (flags == 1)
|
||||
{
|
||||
var palette = StreamExts.ReadBytes(s, 768);
|
||||
var palette = s.ReadBytes(768);
|
||||
for (var i = 0; i < offsets.Length; i++)
|
||||
offsets[i] += 768;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user