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 1aef5e9 commit 656400dCopy full SHA for 656400d
Client/mods/deathmatch/logic/CClientVehicleManager.h
@@ -73,7 +73,7 @@ class CClientVehicleManager
73
bool IsSpawnFlyingComponentEnabled() const noexcept { return m_spawnFlyingComponentsDuringRecreate; }
74
void SetSpawnFlyingComponentEnabled(bool isEnabled) noexcept { m_spawnFlyingComponentsDuringRecreate = isEnabled; }
75
76
- void ResetNotControlledRotors(bool isManualMode);
+ void ResetNotControlledRotors(bool engineAutoStart);
77
78
protected:
79
CClientManager* m_pManager;
0 commit comments