mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 06:20:35 +00:00
Remove GTA_TRAIN, GTA_BRIDGE, GTA_ZONECULL
This commit is contained in:
parent
0163a7bc46
commit
1eb817de77
15 changed files with 4 additions and 126 deletions
|
@ -709,7 +709,7 @@ CCopPed::ProcessControl(void)
|
|||
return;
|
||||
|
||||
bool dontShoot = false;
|
||||
if (GetIsOnScreenAndNotCulled()) {
|
||||
if (GetIsOnScreen() && CRenderer::IsEntityCullZoneVisible(this)) {
|
||||
if (((CTimer::GetFrameCounter() + m_randomSeed) & 0x1F) == 17) {
|
||||
CEntity *foundBuilding = nil;
|
||||
CColPoint foundCol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue