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 0f89a90 commit baf7367Copy full SHA for baf7367
Client/game_sa/CVehicleSA.cpp
@@ -1830,7 +1830,7 @@ void CVehicleSA::StaticSetHooks()
1830
// Setup vehicle sun glare hook
1831
HookInstall(FUNC_CAutomobile_OnVehiclePreRender, (DWORD)HOOK_Vehicle_PreRender, 5);
1832
1833
- //
+ // Setup hook to handle setHelicopterRotorState function
1834
HookInstall(FUNC_CHeli_ProcessFlyingCarStuff, (DWORD)HOOK_CHeli_ProcessFlyingCarStuff, 5);
1835
}
1836
0 commit comments