diff options
author | archshift <admin@archshift.com> | 2014-08-03 07:56:08 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-08-11 00:06:59 +0200 |
commit | 92f67789fc24572092a70d582aef22d7ef1dd272 (patch) | |
tree | cd3aa17e2823fea0376c8513324f244b328c86d8 /src/Inventory.h | |
parent | Player.cpp: change unnamed enum to constant integers (diff) | |
download | cuberite-92f67789fc24572092a70d582aef22d7ef1dd272.tar cuberite-92f67789fc24572092a70d582aef22d7ef1dd272.tar.gz cuberite-92f67789fc24572092a70d582aef22d7ef1dd272.tar.bz2 cuberite-92f67789fc24572092a70d582aef22d7ef1dd272.tar.lz cuberite-92f67789fc24572092a70d582aef22d7ef1dd272.tar.xz cuberite-92f67789fc24572092a70d582aef22d7ef1dd272.tar.zst cuberite-92f67789fc24572092a70d582aef22d7ef1dd272.zip |
Diffstat (limited to '')
-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, |