diff options
Diffstat (limited to 'src/subgame.cpp')
-rw-r--r-- | src/subgame.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/subgame.cpp b/src/subgame.cpp index b4ae3185e..e55f1bc97 100644 --- a/src/subgame.cpp +++ b/src/subgame.cpp @@ -124,12 +124,7 @@ std::vector<WorldSpec> 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"; |