Fix Master compilation

This commit is contained in:
Silent 2018-01-15 23:01:57 +01:00
parent e021dfe53f
commit 78e4e3f414

View file

@ -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