diff options
author | aap <aap@papnet.eu> | 2020-06-21 14:41:39 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-06-21 14:41:39 +0200 |
commit | 3859efff42cc4399932e4b5e24bb6660c3b5e06f (patch) | |
tree | ec2467bfcdc48d244411fafb3a4f9cdde6f0750f /src/core/Cam.cpp | |
parent | tried to reconstruct bills cam (diff) | |
download | re3-3859efff42cc4399932e4b5e24bb6660c3b5e06f.tar re3-3859efff42cc4399932e4b5e24bb6660c3b5e06f.tar.gz re3-3859efff42cc4399932e4b5e24bb6660c3b5e06f.tar.bz2 re3-3859efff42cc4399932e4b5e24bb6660c3b5e06f.tar.lz re3-3859efff42cc4399932e4b5e24bb6660c3b5e06f.tar.xz re3-3859efff42cc4399932e4b5e24bb6660c3b5e06f.tar.zst re3-3859efff42cc4399932e4b5e24bb6660c3b5e06f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/Cam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Cam.cpp b/src/core/Cam.cpp index 6ce3bcb9..ede5741e 100644 --- a/src/core/Cam.cpp +++ b/src/core/Cam.cpp @@ -3834,7 +3834,7 @@ CCam::Process_Debug(const CVector&, float, float, float) Source.y += 1.0f; GetVectorsReadyForRW(); -// CPad::GetPad(0)->DisablePlayerControls = PLAYERCONTROL_DISABLED_1; + CPad::GetPad(0)->DisablePlayerControls = PLAYERCONTROL_DISABLED_1; if(CPad::GetPad(1)->GetLeftShockJustDown() && gbBigWhiteDebugLightSwitchedOn) CShadows::StoreShadowToBeRendered(SHADOWTYPE_ADDITIVE, gpShadowExplosionTex, &Source, |