This commit is contained in:
Charles 2001-07-05 14:39:00 +00:00
parent d837ee7dd0
commit a987610529
3 changed files with 6 additions and 9 deletions

View file

@ -30,7 +30,7 @@ void CNpcBossEnemy::shutdown()
{
if ( m_energyBar )
{
m_energyBar->setToShutdown();
m_energyBar->killFX();
}
CNpcEnemy::shutdown();