diff options
Diffstat (limited to 'src/subgame.h')
-rw-r--r-- | src/subgame.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/subgame.h b/src/subgame.h index 4b15faa8d..f3633ce2f 100644 --- a/src/subgame.h +++ b/src/subgame.h @@ -98,8 +98,9 @@ struct WorldSpec std::vector<WorldSpec> getAvailableWorlds(); -// Create world directory and world.mt if they don't exist -bool initializeWorld(const std::string &path, const std::string &gameid); +// loads the subgame's config and creates world directory +// and world.mt if they don't exist +bool loadGameConfAndInitWorld(const std::string &path, const SubgameSpec &gamespec); #endif |