Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
G_Moris committed Nov 29, 2024
1 parent b0cddf5 commit 0486d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/sdk/game/CGame.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class __declspec(novtable) CGame
virtual CPointLights* GetPointLights() = 0;
virtual CColStore* GetCollisionStore() = 0;
virtual CBuildingRemoval* GetBuildingRemoval() = 0;
virtual CRenderer* GetRenderer() const noexcept = 0;
virtual CRenderer* GetRenderer() const noexcept = 0;

virtual CWeaponInfo* GetWeaponInfo(eWeaponType weapon, eWeaponSkill skill = WEAPONSKILL_STD) = 0;
virtual CModelInfo* GetModelInfo(DWORD dwModelID, bool bCanBeInvalid = false) = 0;
Expand Down

0 comments on commit 0486d25

Please sign in to comment.