mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
fix a few more warnings
This commit is contained in:
@@ -1356,7 +1356,7 @@ bool Iff::seek(Tag name, BlockType type)
|
||||
|
||||
while (!atEndOfForm())
|
||||
{
|
||||
if (getCurrentName() == name && (type == BT_either || (type == BT_form && isCurrentForm() || (type == BT_chunk && isCurrentChunk()))))
|
||||
if ((getCurrentName() == name) && ((type == BT_either) || ((type == BT_form && isCurrentForm()) || (type == BT_chunk && isCurrentChunk()))))
|
||||
return true;
|
||||
|
||||
// advance past the current block
|
||||
|
||||
Reference in New Issue
Block a user