This commit is contained in:
Paul 2001-05-18 16:35:11 +00:00
parent 0e405dbf4c
commit 51cffe956d

View file

@ -673,7 +673,7 @@ void CPlayer::think(int _frames)
int i; int i;
if(PadGetDown(0)&PAD_L1) if(PadGetDown(0)&PAD_L1&&m_currentMode!=PLAYER_MODE_DEAD)
{ {
oldmode=m_currentMode; oldmode=m_currentMode;
newmode=PLAYER_MODE_FLY; newmode=PLAYER_MODE_FLY;