diff --git a/SilentPatchSA/SilentPatchSA.cpp b/SilentPatchSA/SilentPatchSA.cpp index cbbe0d0..d8cb8d3 100644 --- a/SilentPatchSA/SilentPatchSA.cpp +++ b/SilentPatchSA/SilentPatchSA.cpp @@ -1341,6 +1341,11 @@ int32_t GetMaxExtraDirectionals( uint32_t areaID ) return areaID != 0 || GetFxQuality() >= 1 ? 6 : 4; } +static CVehicle* FindPlayerVehicle_RCWrap( int playerID, bool ) +{ + return FindPlayerVehicle( playerID, true ); +} + #ifndef NDEBUG @@ -1356,11 +1361,6 @@ namespace FakeQPC } } -static CVehicle* FindPlayerVehicle_RCWrap( int playerID, bool ) -{ - return FindPlayerVehicle( playerID, true ); -} - #endif #if MEM_VALIDATORS