oops was for testing

This commit is contained in:
Hannes Mann 2016-06-12 02:08:25 +02:00
parent 850a9eb0e0
commit 07027c7ec3

View file

@ -17,7 +17,7 @@ namespace openrayman
openrayman::message_box::display("Error!", "The data/ directory was not found.", true); openrayman::message_box::display("Error!", "The data/ directory was not found.", true);
return EXIT_FAILURE; return EXIT_FAILURE;
} }
if(openrayman::file::exists(openrayman::file::get_executable_path() + "/data/common")) if(!openrayman::file::exists(openrayman::file::get_executable_path() + "/data/common"))
{ {
openrayman::message_box::display("Error!", "The data/common/ directory was not found.", true); openrayman::message_box::display("Error!", "The data/common/ directory was not found.", true);
return EXIT_FAILURE; return EXIT_FAILURE;