mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 20:54:08 +00:00
add the bad crack "features" behind SECUROM define
This commit is contained in:
parent
0b0d286f5c
commit
d5ce8b1ea3
12 changed files with 104 additions and 10 deletions
|
@ -177,6 +177,10 @@ void CGarages::Update(void)
|
|||
static uint32 GarageToBeTidied = 0;
|
||||
if (CReplay::IsPlayingBack())
|
||||
return;
|
||||
#ifdef SECUROM
|
||||
extern uint8 gameProcessPirateCheck;
|
||||
if (gameProcessPirateCheck == 2) return;
|
||||
#endif
|
||||
bCamShouldBeOutisde = false;
|
||||
TheCamera.pToGarageWeAreIn = nil;
|
||||
TheCamera.pToGarageWeAreInForHackAvoidFirstPerson = nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue