Assorted bug fixes

This commit is contained in:
Marc Chapman 2017-07-27 01:50:52 +01:00
parent 25b780ccaf
commit 51df59092d
3 changed files with 26 additions and 3 deletions

View file

@ -325,9 +325,7 @@ U32 PhysicalZone::packUpdate(NetConnection* con, U32 mask, BitStream* stream)
stream->writeFlag(mActive);
// AFX CODE BLOCK (enhanced-physical-zone)(pz-opt) >>
return retMask;
return retMask;
}
void PhysicalZone::unpackUpdate(NetConnection* con, BitStream* stream)