From 8099c8ccb88319e6d1fa2359841a8af09aa3c8c1 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Mon, 18 Apr 2022 08:28:48 +0200 Subject: Lowered minimum required version of cmake --- test/StormTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 53d2125..128cd6b 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4326,12 +4326,12 @@ int _tmain(int argc, TCHAR * argv[]) // // Test-open MPQs from the command line. They must be plain name - // and must be plade in the Test-MPQs folder + // and must be placed in the Test-MPQs folder // for(int i = 2; i < argc; i++) { - TestArchive(argv[i], Bliz, TFLG_FILE_LOCALE | 0x0409, "staredit\\scenario.chk", NULL); + TestArchive(argv[i], Bliz, 0, "staredit\\scenario.chk", NULL); } // -- cgit v1.2.3