mirror of
https://github.com/halpz/re3.git
synced 2026-07-19 20:40:12 +00:00
Merge branch 'master' into miami
# Conflicts: # src/core/Game.cpp
This commit is contained in:
+1
-1
@@ -717,7 +717,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;
|
||||
|
||||
Reference in New Issue
Block a user