This commit is contained in:
Paul 2001-08-03 21:16:05 +00:00
parent 2ef9c95f1d
commit 7b42b5e673
2 changed files with 3 additions and 2 deletions

View File

@ -631,7 +631,6 @@ m_animFrame=0;
m_currentPlayerModeClass=NULL; m_currentPlayerModeClass=NULL;
m_lastModeBeforeDeath=PLAYER_MODE_BASICUNARMED; // Player will then respawn into this mode m_lastModeBeforeDeath=PLAYER_MODE_BASICUNARMED; // Player will then respawn into this mode
respawn(); respawn();
m_canExitLevel=false;
m_lastPadInput=m_padInput=PI_NONE; m_lastPadInput=m_padInput=PI_NONE;
@ -1950,6 +1949,8 @@ void CPlayer::respawn()
updateCollisionArea(); updateCollisionArea();
m_ignoreNewlyPressedButtonsOnPadThisThink=true; m_ignoreNewlyPressedButtonsOnPadThisThink=true;
m_canExitLevel=false;
} }
/*---------------------------------------------------------------------- /*----------------------------------------------------------------------

View File

@ -61,7 +61,7 @@ void CPlayerModeFly::enter()
Returns: Returns:
---------------------------------------------------------------------- */ ---------------------------------------------------------------------- */
#if defined(__USER_paul__) #if defined(__USER_paul__)
int playerflyspeed=10; int playerflyspeed=30;
#elif defined(__USER_daveo__) #elif defined(__USER_daveo__)
int playerflyspeed=10; int playerflyspeed=10;
#else #else