This commit is contained in:
Paul 2001-07-17 23:26:21 +00:00
parent e86f9c4eb4
commit 80f03fee23
3 changed files with 15 additions and 4 deletions

View file

@ -2541,7 +2541,7 @@ int CPlayer::moveVertical(int _moveDistance)
if(m_currentMode!=PLAYER_MODE_DEAD)
{
// Lock the camera, kill the player and let him fall to his death..
setMode(PLAYER_MODE_DEAD);
dieYouPorousFreak(DEATHTYPE__FALL_TO_DEATH);
m_lockCamera=true;
}
}