diff options
author | Ladislav Zezula <zezula-at-volny-dot-cz> | 2017-07-26 20:34:02 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula-at-volny-dot-cz> | 2017-07-26 20:34:02 +0200 |
commit | f813753a661731f970f0522597c228738bf8d075 (patch) | |
tree | 1b6199ad870240473b3f32fd5ce9fc3d8e768d28 /test | |
parent | 6fc99332b52dbd46341a6e02fe5c3ee4cf0e7b59 (diff) |
Added support for PG1.11.973 protector
Diffstat (limited to 'test')
-rw-r--r-- | test/StormTest.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 21dcb7b..7e46a9d 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4550,10 +4550,9 @@ int main(int argc, char * argv[]) if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2016_v1_KoreanFile.w3m");
*/
-
+ // Load map protected by PG1.11.973
if(nError == ERROR_SUCCESS)
- nError = TestOpenArchive_ProtectedMap("War3TFT_127b_Russian.exe", NULL, 17, "War3patch.mpq");
-
+ nError = TestOpenArchive("MPQ_2017_v1_Eden_RPG_S2_2.5J.w3x");
/*
// Open the multi-file archive with wrong prefix to see how StormLib deals with it
if(nError == ERROR_SUCCESS)
|