This commit is contained in:
parent
2ef9c95f1d
commit
7b42b5e673
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue