mirror of
https://github.com/halpz/re3.git
synced 2025-07-29 14:10:23 +00:00
Revert "Remove GTA_TRAIN, GTA_BRIDGE, GTA_ZONECULL"
This reverts commit 1eb817de77
.
# Conflicts:
# src/core/Game.cpp
This commit is contained in:
@ -717,7 +717,7 @@ CCopPed::ProcessControl(void)
|
||||
return;
|
||||
|
||||
bool dontShoot = false;
|
||||
if (GetIsOnScreen() && CRenderer::IsEntityCullZoneVisible(this)) {
|
||||
if (GetIsOnScreenAndNotCulled()) {
|
||||
if (((CTimer::GetFrameCounter() + m_randomSeed) & 0x1F) == 17) {
|
||||
CEntity *foundBuilding = nil;
|
||||
CColPoint foundCol;
|
||||
|
Reference in New Issue
Block a user