From 1323855f5108edf7e03ed8ed74a9f3d918fc05b0 Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 16 May 2001 13:52:29 +0000 Subject: [PATCH] --- source/player/player.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/player/player.cpp b/source/player/player.cpp index 2ef714a8c..e1ed16fba 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -659,7 +659,7 @@ void CPlayer::think(int _frames) } } -/* +#if !defined(__USER_CDBUILD__) if(PadGetDown(0)&PAD_L1) { oldmode=m_currentMode; @@ -670,7 +670,7 @@ else if(oldmode!=-1&&!(PadGetHeld(0)&PAD_L1)) newmode=oldmode; oldmode=-1; } -*/ +#endif #ifdef __USER_paul__ if(PadGetHeld(0)&PAD_L1&&PadGetHeld(0)&PAD_L2) @@ -769,6 +769,7 @@ if(newmode!=-1) returntimeoutcount=0; } // THISBIT + if(m_moveVelocity.vx==0) { m_cameraXScrollDir=0; @@ -799,6 +800,7 @@ if(newmode!=-1) } } } + // THISBIT // Stop the player vanishing off the edge of the telly..