fix format80 encoder to actually work

This commit is contained in:
Chris Forbes
2011-01-22 22:11:07 +13:00
committed by Paul Chote
parent 6f807c4501
commit ad0e0a18bd

View File

@@ -142,6 +142,8 @@ namespace OpenRA.FileFormats
}
while (!ctx.Done());
ms.WriteByte(0x80); // terminator -- 0-length run.
return ms.ToArray();
}
}