diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-03-13 15:53:01 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-03-13 15:53:01 +0100 |
commit | 37e3af3672ea98b290f564c8f8f666dcf251d0d5 (patch) | |
tree | 0192796522f256af9d73bc78078c24e7c4bddcde /test | |
parent | 9605e57854087ac220526008c8b23ce7b2171dff (diff) |
+ Fixed loading of MPQ bitmap if the MPQ has overlay data
Diffstat (limited to 'test')
-rw-r--r-- | test/Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Test.cpp b/test/Test.cpp index e0058b7..a4eb851 100644 --- a/test/Test.cpp +++ b/test/Test.cpp @@ -2189,7 +2189,7 @@ int main(void) // Test the archive open and close if(nError == ERROR_SUCCESS) - nError = TestArchiveOpenAndClose(MAKE_PATH("speech.mpq.part")); + nError = TestArchiveOpenAndClose(MAKE_PATH("Battle.net.MPQ")); // if(nError == ERROR_SUCCESS) // nError = TestFindFiles(MAKE_PATH("2002 - Warcraft III/HumanEd.mpq")); |