This commit is contained in:
parent
0e405dbf4c
commit
51cffe956d
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ void CPlayer::think(int _frames)
|
|||
int i;
|
||||
|
||||
|
||||
if(PadGetDown(0)&PAD_L1)
|
||||
if(PadGetDown(0)&PAD_L1&&m_currentMode!=PLAYER_MODE_DEAD)
|
||||
{
|
||||
oldmode=m_currentMode;
|
||||
newmode=PLAYER_MODE_FLY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue