refactor: removed unused constant

This commit is contained in:
2021-12-12 16:27:59 +01:00
parent 208892d266
commit 8c19d3cc3c

View File

@@ -160,8 +160,6 @@ protected:
public: public:
World(Game* game); World(Game* game);
static constexpr std::uint8_t CastleWidth = 5, CastleHeight = 5;
bool loadMap(const protocol::WorldBeginDataPacket* worldHeader); bool loadMap(const protocol::WorldBeginDataPacket* worldHeader);
bool loadMap(const protocol::WorldDataPacket* worldData); bool loadMap(const protocol::WorldDataPacket* worldData);