Skip to content

Commit 656400d

Browse files
committed
Fix typo
1 parent 1aef5e9 commit 656400d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CClientVehicleManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class CClientVehicleManager
7373
bool IsSpawnFlyingComponentEnabled() const noexcept { return m_spawnFlyingComponentsDuringRecreate; }
7474
void SetSpawnFlyingComponentEnabled(bool isEnabled) noexcept { m_spawnFlyingComponentsDuringRecreate = isEnabled; }
7575

76-
void ResetNotControlledRotors(bool isManualMode);
76+
void ResetNotControlledRotors(bool engineAutoStart);
7777

7878
protected:
7979
CClientManager* m_pManager;

0 commit comments

Comments
 (0)