fix: compiler warnings
This commit is contained in:
@@ -10,7 +10,7 @@ class ServerGame;
|
||||
|
||||
class ServerWorld : public game::World{
|
||||
private:
|
||||
game::MobID m_CurrentMobID = 0;
|
||||
game::MobID m_CurrentMobID;
|
||||
Server* m_Server;
|
||||
public:
|
||||
ServerWorld(Server* server, ServerGame* game);
|
||||
|
||||
Reference in New Issue
Block a user