mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 20:34:08 +00:00
Merge branch 'lcs-dev' into lcs
This commit is contained in:
commit
a5be17d941
5 changed files with 13 additions and 11 deletions
|
@ -420,8 +420,10 @@ CPlayerInfo::Process(void)
|
|||
CTimer::Update();
|
||||
}
|
||||
m_bInRemoteMode = false;
|
||||
CWorld::Players[CWorld::PlayerInFocus].m_pRemoteVehicle->bRemoveFromWorld = true;
|
||||
CWorld::Players[CWorld::PlayerInFocus].m_pRemoteVehicle = nil;
|
||||
if (CWorld::Players[CWorld::PlayerInFocus].m_pRemoteVehicle) {
|
||||
CWorld::Players[CWorld::PlayerInFocus].m_pRemoteVehicle->bRemoveFromWorld = true;
|
||||
CWorld::Players[CWorld::PlayerInFocus].m_pRemoteVehicle = nil;
|
||||
}
|
||||
if (FindPlayerVehicle()) {
|
||||
FindPlayerVehicle()->SetStatus(STATUS_PLAYER);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue