diff --git a/client/CMT.cpp b/client/CMT.cpp index f00860b4c..4b3b8bdbe 100644 --- a/client/CMT.cpp +++ b/client/CMT.cpp @@ -304,8 +304,7 @@ int main(int argc, char** argv) }; if (!testFile("DATA/HELP.TXT", "Heroes III data") || - !testFile("MODS/VCMI/MOD.JSON", "VCMI mod") || - !testFile("DATA/StackQueueBgBig.PCX", "VCMI data")) + !testFile("MODS/VCMI/MOD.JSON", "VCMI data")) exit(1); // These are unrecoverable errors // these two are optional + some installs have them on CD and not in data directory