diff options
author | unknown <E:\Ladik\Mail> | 2015-04-21 19:36:13 +0200 |
---|---|---|
committer | unknown <E:\Ladik\Mail> | 2015-04-21 19:36:13 +0200 |
commit | 5747ad4910966b27b4da3f0d0e5f085697e5bf7b (patch) | |
tree | 5e003449eec18c2f99d10dda2796b77a43b5e86c /src/StormLib.h | |
parent | 68e2c2527db10dcfdd9fdc2219c7fe9784abf738 (diff) |
+ Defragmenting file table fixed
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/StormLib.h b/src/StormLib.h index e523b3e..3d4fddf 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -212,6 +212,8 @@ extern "C" { #define MPQ_FILE_EXISTS 0x80000000 // Set if file exists, reset when the file was deleted #define MPQ_FILE_REPLACEEXISTING 0x80000000 // Replace when the file exist (SFileAddFile) +#define MPQ_FILE_EXISTS_MASK 0xF00000FF // These must be either zero or MPQ_FILE_EXISTS + #define MPQ_FILE_VALID_FLAGS (MPQ_FILE_IMPLODE | \ MPQ_FILE_COMPRESS | \ MPQ_FILE_ENCRYPTED | \ |