diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-06 18:30:15 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-06 18:30:15 +0100 |
commit | 0d31856af86ac47801ade118ea93092eab62a101 (patch) | |
tree | d51fdfad9d4f394d17a4b4df9ca9c0137e11b9c5 /src/StormLib.h | |
parent | 9beaed54cd6ef17ba3e0209233a29bd74184de6f (diff) |
Fixed bug in the LZMA compression
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StormLib.h b/src/StormLib.h index e45f99d..dad9fc8 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -247,6 +247,7 @@ extern "C" { MPQ_FILE_COMPRESS | \ MPQ_FILE_ENCRYPTED | \ MPQ_FILE_FIX_KEY | \ + MPQ_FILE_SINGLE_UNIT | \ MPQ_FILE_DELETE_MARKER | \ MPQ_FILE_SECTOR_CRC | \ MPQ_FILE_SIGNATURE | \ |