We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adfaeb commit e917272Copy full SHA for e917272
Client/mods/deathmatch/logic/CPedSync.cpp
@@ -179,7 +179,7 @@ void CPedSync::Packet_PedSync(NetBitStreamInterface& BitStream)
179
unsigned char ucFlags = 0;
180
BitStream.Read(ucFlags);
181
182
- CVector vecPosition{ CVector::NoInit{} }, vecMoveSpeed{ CVector::NoInit{} };
+ CVector vecPosition{}, vecMoveSpeed{};
183
float fRotation, fHealth, fArmor;
184
bool bOnFire;
185
bool bIsInWater;
0 commit comments