From 7b42b5e673152fddd9b833486983c75f6627ed17 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 3 Aug 2001 21:16:05 +0000 Subject: [PATCH] --- source/player/player.cpp | 3 ++- source/player/pmfly.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/source/player/player.cpp b/source/player/player.cpp index fd61332b9..2460b7098 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -631,7 +631,6 @@ m_animFrame=0; m_currentPlayerModeClass=NULL; m_lastModeBeforeDeath=PLAYER_MODE_BASICUNARMED; // Player will then respawn into this mode respawn(); - m_canExitLevel=false; m_lastPadInput=m_padInput=PI_NONE; @@ -1950,6 +1949,8 @@ void CPlayer::respawn() updateCollisionArea(); m_ignoreNewlyPressedButtonsOnPadThisThink=true; + + m_canExitLevel=false; } /*---------------------------------------------------------------------- diff --git a/source/player/pmfly.cpp b/source/player/pmfly.cpp index 69978a31c..55d81c9aa 100644 --- a/source/player/pmfly.cpp +++ b/source/player/pmfly.cpp @@ -61,7 +61,7 @@ void CPlayerModeFly::enter() Returns: ---------------------------------------------------------------------- */ #if defined(__USER_paul__) -int playerflyspeed=10; +int playerflyspeed=30; #elif defined(__USER_daveo__) int playerflyspeed=10; #else