Skip to content

Commit 496ae24

Browse files
committed
CPacketHandler: initialize bShallow with its default value
1 parent c7e9ded commit 496ae24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CPacketHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3903,7 +3903,7 @@ void CPacketHandler::Packet_EntityAdd(NetBitStreamInterface& bitStream)
39033903
vecVertices[i].fY = sY;
39043904
}
39053905

3906-
bool bShallow;
3906+
bool bShallow = false;
39073907
if (bitStream.Version() >= 0x06C)
39083908
bitStream.ReadBit(bShallow);
39093909

0 commit comments

Comments
 (0)