Bug correction

Syntax error
master
nesco 2013-11-13 14:57:54 +01:00
parent e671f29d85
commit 7d615ee3ba
1 changed files with 1 additions and 1 deletions

View File

@ -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