diff --git a/include/game/World.h b/include/game/World.h index 53eb4c6..9de0966 100644 --- a/include/game/World.h +++ b/include/game/World.h @@ -160,8 +160,6 @@ protected: public: World(Game* game); - static constexpr std::uint8_t CastleWidth = 5, CastleHeight = 5; - bool loadMap(const protocol::WorldBeginDataPacket* worldHeader); bool loadMap(const protocol::WorldDataPacket* worldData);