diff options
author | withmorten <morten.with@gmail.com> | 2021-01-14 23:16:42 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-01-14 23:16:42 +0100 |
commit | d5ce8b1ea3359ad5518e724e32a76ba32be1586b (patch) | |
tree | b4e48a02501378e10008853e61379449c69c0a1d /src/control/Garages.cpp | |
parent | incoming "fuck" commit (diff) | |
download | re3-d5ce8b1ea3359ad5518e724e32a76ba32be1586b.tar re3-d5ce8b1ea3359ad5518e724e32a76ba32be1586b.tar.gz re3-d5ce8b1ea3359ad5518e724e32a76ba32be1586b.tar.bz2 re3-d5ce8b1ea3359ad5518e724e32a76ba32be1586b.tar.lz re3-d5ce8b1ea3359ad5518e724e32a76ba32be1586b.tar.xz re3-d5ce8b1ea3359ad5518e724e32a76ba32be1586b.tar.zst re3-d5ce8b1ea3359ad5518e724e32a76ba32be1586b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/Garages.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/control/Garages.cpp b/src/control/Garages.cpp index 89377db5..1e547a38 100644 --- a/src/control/Garages.cpp +++ b/src/control/Garages.cpp @@ -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; |