diff --git a/src/subgame.cpp b/src/subgame.cpp index 58881ecb..d3453019 100644 --- a/src/subgame.cpp +++ b/src/subgame.cpp @@ -130,8 +130,12 @@ std::vector getAvailableWorlds() } // Check old world location do{ +#ifdef RUN_IN_PLACE std::string fullpath = porting::path_user + DIR_DELIM + ".." + DIR_DELIM + "world"; +#else + std::string fullpath = porting::path_user + DIR_DELIM + "world"; +#endif if(!fs::PathExists(fullpath)) break; std::string name = "Old World";