@@ -605,7 +605,7 @@ class CStaticFunctionDefinitions
605605 static bool GetWindVelocity (float & fVelX , float & fVelY , float & fVelZ );
606606 static bool GetFarClipDistance (float & fFarClip );
607607 static bool GetFogDistance (float & fFogDist );
608- static bool GetGrassDrawDistance (float & fCloseDistance , float & fFarDistance );
608+ static bool GetGrassDrawDistance (float & closeDistance , float & farDistance );
609609 static bool GetAircraftMaxHeight (float & fMaxHeight );
610610 static bool GetOcclusionsEnabled (bool & bEnabled);
611611 static bool GetMoonSize (int & iSize);
@@ -645,7 +645,7 @@ class CStaticFunctionDefinitions
645645 static bool SetWindVelocity (float fVelX , float fVelY , float fVelZ );
646646 static bool SetFarClipDistance (float fFarClip );
647647 static bool SetFogDistance (float fFogDist );
648- static bool SetGrassDrawDistance (float fCloseDistance , float fFarDistance );
648+ static void SetGrassDrawDistance (float closeDistance , float farDistance );
649649 static bool SetAircraftMaxHeight (float fMaxHeight );
650650 static bool SetAircraftMaxVelocity (float fVelocity );
651651 static bool SetOcclusionsEnabled (bool bEnabled);
@@ -655,7 +655,7 @@ class CStaticFunctionDefinitions
655655 static bool ResetWindVelocity ();
656656 static bool ResetFarClipDistance ();
657657 static bool ResetFogDistance ();
658- static bool ResetGrassDrawDistance ();
658+ static void ResetGrassDrawDistance ();
659659 static bool RemoveWorldModel (unsigned short usModel, float fRadius , const CVector& vecPosition, char cInterior);
660660 static bool RestoreWorldModel (unsigned short usModel, float fRadius , const CVector& vecPosition, char cInterior);
661661 static bool RestoreAllWorldModels ();
0 commit comments