From 17041e718b35b766df099dfaeaf4e7cc3cc63fa6 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Thu, 24 Jul 2014 22:46:47 +0200 Subject: Added -mod commandline argument to add additional locations to physfs --- src/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/main.cpp') diff --git a/src/app/main.cpp b/src/app/main.cpp index 324acc2..6ba8da2 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -79,7 +79,7 @@ int SDL_MAIN_FUNC(int argc, char *argv[]) { CLogger logger; // single istance of logger CResourceManager manager(argv[0]); - manager.AddLocation(COLOBOT_DEFAULT_DATADIR); + manager.AddLocation(COLOBOT_DEFAULT_DATADIR, false); // Initialize static string arrays InitializeRestext(); -- cgit v1.2.3-1-g7c22