Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
src/control/Script.cpp
There are no files selected for viewing
|
|
@@ -10076,8 +10076,8 @@ void CRunningScript::LocatePlayerCarCommand(int32 command, uint32* pIp) |
|
|
case COMMAND_LOCATE_PLAYER_ON_FOOT_CAR_3D: |
|
|
result = !pPlayerInfo->m_pPed->bInVehicle; |
|
|
break; |
|
|
case COMMAND_LOCATE_PLAYER_IN_CAR_CHAR_2D: |
|
|
case COMMAND_LOCATE_PLAYER_IN_CAR_CHAR_3D: |
|
|
case COMMAND_LOCATE_PLAYER_IN_CAR_CAR_2D: |
|
|
case COMMAND_LOCATE_PLAYER_IN_CAR_CAR_3D: |
|
|
result = pPlayerInfo->m_pPed->bInVehicle; |
|
|
break; |
|
|
default: |
|
|
|