This commit is contained in:
Daveo 2001-08-16 18:34:51 +00:00
parent ab7bbd8bdb
commit 52791b39f1
3 changed files with 8 additions and 0 deletions

View file

@ -839,6 +839,12 @@ void CGameScene::initLevel()
}
/*****************************************************************************/
void CGameScene::initHealth()
{
m_HealthManager->init();
}
/*****************************************************************************/
void CGameScene::dropHealth(DVECTOR const &Pos,int Amount,int Vel)
{