mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 09:39:16 +01:00
Merge remote-tracking branch 'upstream/master' into script_dev
This commit is contained in:
commit
c05c516ce7
@ -435,7 +435,7 @@ CPlayerInfo::Process(void)
|
|||||||
if (CPad::GetPad(0)->ExitVehicleJustDown()) {
|
if (CPad::GetPad(0)->ExitVehicleJustDown()) {
|
||||||
bool weAreOnBoat = false;
|
bool weAreOnBoat = false;
|
||||||
float lastClosestness = 0.0f;
|
float lastClosestness = 0.0f;
|
||||||
CVehicle *carBelow;
|
CVehicle *carBelow = nil;
|
||||||
CEntity *surfaceBelow = m_pPed->m_pCurrentPhysSurface;
|
CEntity *surfaceBelow = m_pPed->m_pCurrentPhysSurface;
|
||||||
if (surfaceBelow && surfaceBelow->IsVehicle()) {
|
if (surfaceBelow && surfaceBelow->IsVehicle()) {
|
||||||
carBelow = (CVehicle*)surfaceBelow;
|
carBelow = (CVehicle*)surfaceBelow;
|
||||||
|
Loading…
Reference in New Issue
Block a user