Fixed: Warning assert always false
This commit is contained in:
parent
8e343db0fa
commit
da7b88f052
2 changed files with 2 additions and 2 deletions
|
@ -456,7 +456,7 @@ bool CCtrlSheetInfo::parseCtrlInfo(xmlNodePtr cur, CInterfaceGroup * /* parentGr
|
|||
else
|
||||
{
|
||||
// must not have so much brick type, else must change code!
|
||||
nlassert(brickType<32);
|
||||
// nlassert(brickType<32);
|
||||
|
||||
// Ok set the bit associated
|
||||
_BrickTypeBitField|= 1<<brickType;
|
||||
|
|
|
@ -43,7 +43,7 @@ namespace BRICK_TYPE
|
|||
TIMED_ACTION,
|
||||
BRICK_TYPE_COUNT,
|
||||
BONUS,
|
||||
UNKNOWN
|
||||
UNKNOWN // Warning: Shouldn't exceed 32
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue