mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Fix Compact Pro extractor data corruption
This commit is contained in:
@@ -53,7 +53,7 @@ bool CompactProRLEDecompressor::EmitOneByte(uint8_t &b)
|
||||
if (halfescaped)
|
||||
{
|
||||
byte = 0x81;
|
||||
halfescaped = true;
|
||||
halfescaped = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user