mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-21 18:02:43 +01:00
- revert one of bug fixes to original code and fix cop loosing player issue
This commit is contained in:
parent
6b780a822b
commit
786f7db38f
@ -1189,8 +1189,7 @@ void ControlCops(void)
|
||||
|
||||
copsWereInPursuit = 0;
|
||||
|
||||
if (CopsCanSeePlayer && OutOfSightCount < 256 || // [A] was player_position_known. Resolves speech in some missions
|
||||
player_position_known > 1 && GameType == GAME_GETAWAY)
|
||||
if (player_position_known > 0)
|
||||
{
|
||||
if (*playerFelony > FELONY_PURSUIT_MIN_VALUE)
|
||||
copsWereInPursuit = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user