Player creation moved to World::loadLevel

This commit is contained in:
MihailRis
2023-11-16 03:31:50 +03:00
parent 2768371a94
commit 1b935aa081
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public:
~World();
void write(Level* level, bool writeChunks);
Level* loadLevel(Player* player, EngineSettings& settings);
Level* loadLevel(EngineSettings& settings);
};
#endif /* WORLD_WORLD_H_ */