From f813753a661731f970f0522597c228738bf8d075 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Wed, 26 Jul 2017 20:34:02 +0200 Subject: Added support for PG1.11.973 protector --- test/StormTest.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test') 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) -- cgit v1.2.3