Skip to content

Commit

Permalink
CPacketHandler: initialize bShallow with its default value
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikjuvonen committed Jul 21, 2018
1 parent c7e9ded commit 496ae24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/mods/deathmatch/logic/CPacketHandler.cpp
Expand Up @@ -3903,7 +3903,7 @@ void CPacketHandler::Packet_EntityAdd(NetBitStreamInterface& bitStream)
vecVertices[i].fY = sY;
}

bool bShallow;
bool bShallow = false;
if (bitStream.Version() >= 0x06C)
bitStream.ReadBit(bShallow);

Expand Down

0 comments on commit 496ae24

Please sign in to comment.