This commit is contained in:
Daveo 2001-08-15 15:05:44 +00:00
parent 55e36f25d3
commit 7a43d05c5f
9 changed files with 15 additions and 23 deletions

View file

@ -719,6 +719,7 @@ if(PadGetDown(0)&PAD_R1)
#endif
#ifdef _STATE_DEBUG_
if(PadGetDown(0)&PAD_L1&&m_currentMode!=PLAYER_MODE_DEAD)
{
oldmode=m_currentMode;
@ -729,7 +730,7 @@ else if(oldmode!=-1&&!(PadGetHeld(0)&PAD_L1))
newmode=oldmode;
oldmode=-1;
}
#endif
if(newmode!=-1)
{
setMode((PLAYER_MODE)newmode);