removed obsolete ifdef (since we have GTA_REPLAY)

This commit is contained in:
Nikolay Korolev 2020-12-13 00:20:44 +03:00
parent f5330990b1
commit 8fb461b873
1 changed files with 0 additions and 2 deletions

View File

@ -179,10 +179,8 @@ void CGarages::Shutdown(void)
void CGarages::Update(void) void CGarages::Update(void)
{ {
static int GarageToBeTidied = 0; static int GarageToBeTidied = 0;
#ifndef GTA_PS2
if (CReplay::IsPlayingBack()) if (CReplay::IsPlayingBack())
return; return;
#endif
bCamShouldBeOutisde = false; bCamShouldBeOutisde = false;
TheCamera.pToGarageWeAreIn = nil; TheCamera.pToGarageWeAreIn = nil;
TheCamera.pToGarageWeAreInForHackAvoidFirstPerson = nil; TheCamera.pToGarageWeAreInForHackAvoidFirstPerson = nil;