This commit is contained in:
Daveo 2001-08-17 12:42:05 +00:00
parent abf0997133
commit 2582b14d0c
3 changed files with 2 additions and 16 deletions

View file

@ -737,6 +737,7 @@ void CGameScene::respawnLevel()
CSoundMediator::setCanPlaySfx(false);
m_player->respawn();
Level.respawnLevel();
m_HealthManager->init();
if(!s_showBossTextOnRespawn)
{
m_gamestate=GAMESTATE_SHOWING_LIVES;
@ -839,12 +840,6 @@ void CGameScene::initLevel()
}
/*****************************************************************************/
void CGameScene::initHealth()
{
m_HealthManager->init();
}
/*****************************************************************************/
void CGameScene::dropHealth(DVECTOR const &Pos,int Amount,int Vel)
{