summaryrefslogtreecommitdiffstats
path: root/src/Inventory.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-08-11 08:28:31 +0200
committerMattes D <github@xoft.cz>2014-08-11 08:28:31 +0200
commit06cc5c22eff96fa47228bb8f2416ab2535abcf60 (patch)
tree0ec1f380753b062ed17af28b2e5911975869d7f1 /src/Inventory.h
parentMerge pull request #1311 from mc-server/CMakeFix (diff)
parentFixed tolua error with static initialization (diff)
downloadcuberite-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.h4
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,