From 78e4e3f4140fa740411bfe2ff2e213640176f3e9 Mon Sep 17 00:00:00 2001 From: Silent Date: Mon, 15 Jan 2018 23:01:57 +0100 Subject: [PATCH] Fix Master compilation --- SilentPatchSA/SilentPatchSA.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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