rigidshape and derivatives cleanups

dragforce for rigidshapes and children defaulted to a value it's own debuggers won't complain about out of the gate
removed duplicate invalidation for flying vehicle sounds causing network instability
removed redundant hovervehicle vars
This commit is contained in:
AzaezelX 2023-09-27 13:43:24 -05:00 committed by Brian Roberts
parent 5615cc33d8
commit 0f55389712
4 changed files with 3 additions and 9 deletions

View file

@ -74,9 +74,6 @@ class HoverVehicleData : public VehicleData
static const char *sJetNode[MaxJetNodes];
S32 jetNode[MaxJetNodes];
F32 dragForce;
F32 vertFactor;
F32 floatingThrustFactor;
F32 mainThrustForce;