From 51cffe956dab545c3a513d3bf96997de08cb6745 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 18 May 2001 16:35:11 +0000 Subject: [PATCH] --- source/player/player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/player/player.cpp b/source/player/player.cpp index 49daaf8b9..8f989ba25 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -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;