diff options
author | nesco <emmanuel@federbusch.fr> | 2013-11-13 14:57:54 +0100 |
---|---|---|
committer | nesco <emmanuel@federbusch.fr> | 2013-11-13 14:57:54 +0100 |
commit | 7d615ee3bab6a3913c24bda2c388d97bc3241ca3 (patch) | |
tree | 2dd39b42a37001ef3842a9290c8478806339bfe5 /source/BlockID.h | |
parent | compatibility update (diff) | |
download | cuberite-7d615ee3bab6a3913c24bda2c388d97bc3241ca3.tar cuberite-7d615ee3bab6a3913c24bda2c388d97bc3241ca3.tar.gz cuberite-7d615ee3bab6a3913c24bda2c388d97bc3241ca3.tar.bz2 cuberite-7d615ee3bab6a3913c24bda2c388d97bc3241ca3.tar.lz cuberite-7d615ee3bab6a3913c24bda2c388d97bc3241ca3.tar.xz cuberite-7d615ee3bab6a3913c24bda2c388d97bc3241ca3.tar.zst cuberite-7d615ee3bab6a3913c24bda2c388d97bc3241ca3.zip |
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index 95b8ed9fc..f3cbc46d6 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -185,7 +185,7 @@ enum ENUM_BLOCK_ID // Keep these two as the last values, without a number - they will get their correct number assigned automagically by C++ // IsValidBlock() depends on this E_BLOCK_NUMBER_OF_TYPES, ///< Number of individual (different) blocktypes - E_BLOCK_MAX_TYPE_ID = E_BLOCK_NUMBER_OF_TYPES - 1 ///< Maximum BlockType number used + E_BLOCK_MAX_TYPE_ID = E_BLOCK_NUMBER_OF_TYPES - 1, ///< Maximum BlockType number used // Synonym or ID compatibility |