mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
clang reports: unclear || + && and &+| mixes.
This commit is contained in:
parent
1131ed15df
commit
c57b1a8b70
16 changed files with 30 additions and 28 deletions
|
|
@ -1157,7 +1157,7 @@ U32 AITurretShape::packUpdate(NetConnection *connection, U32 mask, BitStream *bs
|
|||
U32 retMask = Parent::packUpdate(connection,mask,bstream);
|
||||
|
||||
// Indicate that the transform has changed to update the scan box
|
||||
bstream->writeFlag(mask & PositionMask | ExtendedInfoMask);
|
||||
bstream->writeFlag(mask & (PositionMask | ExtendedInfoMask));
|
||||
|
||||
// Handle any state changes that need to be passed along
|
||||
if (bstream->writeFlag(mask & TurretStateMask))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue