summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-12-14 00:52:14 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-12-14 00:52:14 +0100
commitc0652b8203f24a82467c238bc25fbce937957121 (patch)
tree815f9bb17e5387d086aed2417b9aa2c45abb2f10 /src/control
parentFix language initialization call order (diff)
parentsync vis-plugins with miami (diff)
downloadre3-c0652b8203f24a82467c238bc25fbce937957121.tar
re3-c0652b8203f24a82467c238bc25fbce937957121.tar.gz
re3-c0652b8203f24a82467c238bc25fbce937957121.tar.bz2
re3-c0652b8203f24a82467c238bc25fbce937957121.tar.lz
re3-c0652b8203f24a82467c238bc25fbce937957121.tar.xz
re3-c0652b8203f24a82467c238bc25fbce937957121.tar.zst
re3-c0652b8203f24a82467c238bc25fbce937957121.zip
Diffstat (limited to 'src/control')
-rw-r--r--src/control/Garages.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/control/Garages.cpp b/src/control/Garages.cpp
index ff11600b..07fc0612 100644
--- a/src/control/Garages.cpp
+++ b/src/control/Garages.cpp
@@ -179,10 +179,8 @@ void CGarages::Shutdown(void)
void CGarages::Update(void)
{
static int GarageToBeTidied = 0;
-#ifndef GTA_PS2
if (CReplay::IsPlayingBack())
return;
-#endif
bCamShouldBeOutisde = false;
TheCamera.pToGarageWeAreIn = nil;
TheCamera.pToGarageWeAreInForHackAvoidFirstPerson = nil;