engine: server: fix -Wmaybe-uninitialized

This commit is contained in:
Alibek Omarov
2025-03-25 17:05:35 +03:00
parent f6e8a68b22
commit a8ba9124dd

View File

@@ -602,6 +602,7 @@ static int SV_FlyMove( edict_t *ent, float time, trace_t *steptrace )
monsterClip = FBitSet( ent->v.flags, FL_MONSTERCLIP ) ? true : false;
VectorCopy( ent->v.velocity, original_velocity );
VectorCopy( ent->v.velocity, primal_velocity );
VectorClear( new_velocity );
numplanes = 0;
allFraction = 0.0f;