mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix game minetest.conf default settings
This was a regression introduced by f6e4c5d9cf
.
This commit is contained in:
parent
467fc0ddc9
commit
538036d004
6 changed files with 38 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue