mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 04:19:00 +00:00
removed obsolete ifdef (since we have GTA_REPLAY)
This commit is contained in:
parent
f5330990b1
commit
8fb461b873
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue