Skip to content

Commit baf7367

Browse files
committed
Comment
1 parent 0f89a90 commit baf7367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/game_sa/CVehicleSA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@ void CVehicleSA::StaticSetHooks()
18301830
// Setup vehicle sun glare hook
18311831
HookInstall(FUNC_CAutomobile_OnVehiclePreRender, (DWORD)HOOK_Vehicle_PreRender, 5);
18321832

1833-
//
1833+
// Setup hook to handle setHelicopterRotorState function
18341834
HookInstall(FUNC_CHeli_ProcessFlyingCarStuff, (DWORD)HOOK_CHeli_ProcessFlyingCarStuff, 5);
18351835
}
18361836

0 commit comments

Comments
 (0)