mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-02-23 17:58:30 +05:00
Fix Master compilation
This commit is contained in:
parent
e021dfe53f
commit
78e4e3f414
1 changed files with 5 additions and 5 deletions
|
@ -1341,6 +1341,11 @@ int32_t GetMaxExtraDirectionals( uint32_t areaID )
|
||||||
return areaID != 0 || GetFxQuality() >= 1 ? 6 : 4;
|
return areaID != 0 || GetFxQuality() >= 1 ? 6 : 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static CVehicle* FindPlayerVehicle_RCWrap( int playerID, bool )
|
||||||
|
{
|
||||||
|
return FindPlayerVehicle( playerID, true );
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
|
||||||
|
@ -1356,11 +1361,6 @@ namespace FakeQPC
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static CVehicle* FindPlayerVehicle_RCWrap( int playerID, bool )
|
|
||||||
{
|
|
||||||
return FindPlayerVehicle( playerID, true );
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if MEM_VALIDATORS
|
#if MEM_VALIDATORS
|
||||||
|
|
Loading…
Reference in a new issue