From 97b693052cd5da228016afa6b31f07970b37569a Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 19 Mar 2012 23:54:56 +0200 Subject: Flatten share/ and user/ in the source and for the RUN_IN_PLACE build --- src/subgame.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/subgame.cpp') 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 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"; -- cgit v1.2.3