Redux of Winterleaf's PR 1001, with the suggested updated values.

This commit is contained in:
Areloch 2015-07-28 00:53:58 -05:00
parent 4721181d44
commit 859e653bd7
3 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ typedef U32 SimObjectId;
enum SimObjectsConstants
{
DataBlockObjectIdFirst = 3,
DataBlockObjectIdBitSize = 10,
DataBlockObjectIdBitSize = 14,
DataBlockObjectIdLast = DataBlockObjectIdFirst + (1 << DataBlockObjectIdBitSize) - 1,
MessageObjectIdFirst = DataBlockObjectIdLast + 1,