Skip to content

Commit 1e6992d

Browse files
author
G_Moris
committed
Update 4 (mini fix)
1 parent 8ca57f0 commit 1e6992d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Server/mods/deathmatch/logic/CStaticFunctionDefinitions.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,11 @@ class CStaticFunctionDefinitions
285285
static bool GetVehicleHandling(CVehicle* pVehicle, eHandlingProperty eProperty, std::string& strValue);
286286
static bool GetVehicleHandling(CVehicle* pVehicle, eHandlingProperty eProperty, unsigned int& uiValue);
287287
static bool GetVehicleHandling(CVehicle* pVehicle, eHandlingProperty eProperty, unsigned char& ucValue);
288-
static bool GetModelHandling(std::uint32_t uiModel, eHandlingProperty eProperty, float& fValue, bool origin = false);
289-
static bool GetModelHandling(std::uint32_t uiModel, eHandlingProperty eProperty, CVector& vecValue, bool origin = false);
290-
static bool GetModelHandling(std::uint32_t uiModel, eHandlingProperty eProperty, std::string& strValue, bool origin = false);
291-
static bool GetModelHandling(std::uint32_t uiModel, eHandlingProperty eProperty, unsigned int& uiValue, bool origin = false);
292-
static bool GetModelHandling(std::uint32_t uiModel, eHandlingProperty eProperty, unsigned char& ucValue, bool origin = false);
288+
static bool GetModelHandling(std::uint32_t model, eHandlingProperty eProperty, float& fValue, bool origin = false);
289+
static bool GetModelHandling(std::uint32_t model, eHandlingProperty eProperty, CVector& vecValue, bool origin = false);
290+
static bool GetModelHandling(std::uint32_t model, eHandlingProperty eProperty, std::string& strValue, bool origin = false);
291+
static bool GetModelHandling(std::uint32_t model, eHandlingProperty eProperty, unsigned int& uiValue, bool origin = false);
292+
static bool GetModelHandling(std::uint32_t model, eHandlingProperty eProperty, unsigned char& ucValue, bool origin = false);
293293
static bool GetEntryHandling(const CHandlingEntry* pEntry, eHandlingProperty eProperty, float& fValue);
294294
static bool GetEntryHandling(const CHandlingEntry* pEntry, eHandlingProperty eProperty, std::string& strValue);
295295
static bool GetEntryHandling(const CHandlingEntry* pEntry, eHandlingProperty eProperty, unsigned int& uiValue);

0 commit comments

Comments
 (0)