fix
This commit is contained in:
parent
e16f7567b1
commit
fe57c38edf
@ -81,6 +81,7 @@ Level* World::create(std::string name,
|
||||
);
|
||||
auto level = new Level(world, content, player, settings);
|
||||
level->inventories->store(player->getInventory());
|
||||
return level;
|
||||
}
|
||||
|
||||
Level* World::load(fs::path directory,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user