This commit is contained in:
parent
9e1b0b75cd
commit
1323855f51
1 changed files with 4 additions and 2 deletions
|
@ -659,7 +659,7 @@ void CPlayer::think(int _frames)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
#if !defined(__USER_CDBUILD__)
|
||||||
if(PadGetDown(0)&PAD_L1)
|
if(PadGetDown(0)&PAD_L1)
|
||||||
{
|
{
|
||||||
oldmode=m_currentMode;
|
oldmode=m_currentMode;
|
||||||
|
@ -670,7 +670,7 @@ else if(oldmode!=-1&&!(PadGetHeld(0)&PAD_L1))
|
||||||
newmode=oldmode;
|
newmode=oldmode;
|
||||||
oldmode=-1;
|
oldmode=-1;
|
||||||
}
|
}
|
||||||
*/
|
#endif
|
||||||
|
|
||||||
#ifdef __USER_paul__
|
#ifdef __USER_paul__
|
||||||
if(PadGetHeld(0)&PAD_L1&&PadGetHeld(0)&PAD_L2)
|
if(PadGetHeld(0)&PAD_L1&&PadGetHeld(0)&PAD_L2)
|
||||||
|
@ -769,6 +769,7 @@ if(newmode!=-1)
|
||||||
returntimeoutcount=0;
|
returntimeoutcount=0;
|
||||||
}
|
}
|
||||||
// THISBIT
|
// THISBIT
|
||||||
|
|
||||||
if(m_moveVelocity.vx==0)
|
if(m_moveVelocity.vx==0)
|
||||||
{
|
{
|
||||||
m_cameraXScrollDir=0;
|
m_cameraXScrollDir=0;
|
||||||
|
@ -799,6 +800,7 @@ if(newmode!=-1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// THISBIT
|
// THISBIT
|
||||||
|
|
||||||
// Stop the player vanishing off the edge of the telly..
|
// Stop the player vanishing off the edge of the telly..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue