Player creation moved to World::loadLevel
This commit is contained in:
+1
-1
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user