diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-21 10:08:41 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-21 10:08:41 -0400 |
commit | 8a5ebb5b1c80e7ac857614cee7e7dbd9ab565429 (patch) | |
tree | 08b067f5b5cfada35d6a0eaa60bafe932f5f2c76 /include/inventory.hpp | |
parent | dff621732099934ba5aba09c6b5c3df87b9858b5 (diff) |
z standardization
Diffstat (limited to 'include/inventory.hpp')
-rw-r--r-- | include/inventory.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inventory.hpp b/include/inventory.hpp index 273241a..753d90f 100644 --- a/include/inventory.hpp +++ b/include/inventory.hpp @@ -76,7 +76,6 @@ private: constexpr static const char* itemsPath = "config/items.xml"; constexpr static int entrySize = 70; constexpr static int hotbarSize = 4; - constexpr static float inventoryZ = -5.0f; constexpr static unsigned int rowSize = 8; static std::unordered_map<std::string, Item> itemList; |