From 5ab093b7a57b8779dff06a08fac19d46c40b3329 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Wed, 6 Oct 2021 19:08:02 +0200 Subject: Fixed support for SQP archives --- test/StormTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 651d8e9..3ba9b1e 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4302,7 +4302,7 @@ int _tmain(int argc, TCHAR * argv[]) // Open all files from the command line // - TestArchive(_T("ProblemMpqArchive.SC2Replay"), NULL, 0, "replay.game.events", NULL); + TestArchive(_T("e:\\Other.sqp"), NULL, 0, "replay.game.events", NULL); for(int i = 1; i < argc; i++) { TestOpenArchive_CompactArchive(argv[i], _T("TestArchiveCopy.mpq"), false); -- cgit v1.2.3