mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 14:29:00 +00:00
Revert "fix"
This commit is contained in:
parent
8476283174
commit
bde3ef4f43
1 changed files with 1 additions and 4 deletions
|
@ -2724,10 +2724,7 @@ CPed::SetObjective(eObjective newObj, void *entity)
|
|||
break;
|
||||
}
|
||||
} else {
|
||||
if ((newObj == OBJECTIVE_WAIT_IN_CAR_THEN_GETOUT || newObj == OBJECTIVE_KILL_CHAR_ON_FOOT ||
|
||||
newObj == OBJECTIVE_KILL_CHAR_ANY_MEANS || newObj == OBJECTIVE_FLEE_CHAR_ON_FOOT_TILL_SAFE ||
|
||||
newObj == OBJECTIVE_FLEE_CHAR_ON_FOOT_ALWAYS || newObj == OBJECTIVE_GOTO_CHAR_ON_FOOT ||
|
||||
newObj == OBJECTIVE_FOLLOW_PED_IN_FORMATION || newObj == OBJECTIVE_LEAVE_VEHICLE
|
||||
if ((newObj == OBJECTIVE_LEAVE_VEHICLE
|
||||
#ifdef VC_PED_PORTS
|
||||
|| newObj == OBJECTIVE_LEAVE_CAR_AND_DIE
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue