From a115406fa389d35a8b104385263363abd4c101a2 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Sun, 10 Aug 2014 10:58:56 +0300 Subject: [PATCH] Fixed data presence check --- client/CMT.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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