diff options
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r-- | src/core/Game.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp index a2ec362c..22d4de99 100644 --- a/src/core/Game.cpp +++ b/src/core/Game.cpp @@ -483,9 +483,6 @@ void CGame::ReInitGameObjectVariables(void) CSpecialFX::Init(); CWaterCannons::Init(); CParticle::ReloadConfig(); -#ifdef GTA_ZONECULL - CCullZones::ResolveVisibilities(); -#endif if ( !FrontEndMenuManager.m_bWantToLoad ) { |