fix format80 encoder to actually work
This commit is contained in:
@@ -142,6 +142,8 @@ namespace OpenRA.FileFormats
|
|||||||
}
|
}
|
||||||
while (!ctx.Done());
|
while (!ctx.Done());
|
||||||
|
|
||||||
|
ms.WriteByte(0x80); // terminator -- 0-length run.
|
||||||
|
|
||||||
return ms.ToArray();
|
return ms.ToArray();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user