From 8c19d3cc3c209a4b02755b193483e1720d586f9a Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 12 Dec 2021 16:27:59 +0100 Subject: [PATCH] refactor: removed unused constant --- include/game/World.h | 2 -- 1 file changed, 2 deletions(-) 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);