diff options
author | Mattes D <github@xoft.cz> | 2014-08-11 08:28:31 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-08-11 08:28:31 +0200 |
commit | 06cc5c22eff96fa47228bb8f2416ab2535abcf60 (patch) | |
tree | 0ec1f380753b062ed17af28b2e5911975869d7f1 /src/Inventory.h | |
parent | Merge pull request #1311 from mc-server/CMakeFix (diff) | |
parent | Fixed tolua error with static initialization (diff) | |
download | cuberite-06cc5c22eff96fa47228bb8f2416ab2535abcf60.tar cuberite-06cc5c22eff96fa47228bb8f2416ab2535abcf60.tar.gz cuberite-06cc5c22eff96fa47228bb8f2416ab2535abcf60.tar.bz2 cuberite-06cc5c22eff96fa47228bb8f2416ab2535abcf60.tar.lz cuberite-06cc5c22eff96fa47228bb8f2416ab2535abcf60.tar.xz cuberite-06cc5c22eff96fa47228bb8f2416ab2535abcf60.tar.zst cuberite-06cc5c22eff96fa47228bb8f2416ab2535abcf60.zip |
Diffstat (limited to 'src/Inventory.h')
-rw-r--r-- | src/Inventory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Inventory.h b/src/Inventory.h index ed134aee4..5628fb0da 100644 --- a/src/Inventory.h +++ b/src/Inventory.h @@ -39,8 +39,8 @@ public: enum { invArmorCount = 4, - invInventoryCount = 9 * 3, - invHotbarCount = 9, + invInventoryCount = 9 * 3, + invHotbarCount = 9, invArmorOffset = 0, invInventoryOffset = invArmorOffset + invArmorCount, |