From 538036d004f914f31c276090d7735d61139fc58e Mon Sep 17 00:00:00 2001 From: est31 Date: Fri, 13 Mar 2015 04:35:34 +0100 Subject: Fix game minetest.conf default settings This was a regression introduced by f6e4c5d9cf459e8278a76a2beaee59732e841458 . --- src/subgame.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/subgame.h') 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 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 -- cgit v1.2.3