Skip to content

Commit bc0474b

Browse files
authored
Update comment
1 parent 022990d commit bc0474b

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
@@ -3219,7 +3219,7 @@ void CPacketHandler::Packet_EntityAdd(NetBitStreamInterface& bitStream)
32193219
SRotationDegreesSync rotationDegrees(false);
32203220
bitStream.Read(&rotationDegrees);
32213221

3222-
// Read out the vehicle value as a char, then convert
3222+
// Read out the vehicle model
32233223
std::uint16_t usModel = 0xFFFF;
32243224
bitStream.Read(usModel);
32253225

0 commit comments

Comments
 (0)