This commit is contained in:
parent
d837ee7dd0
commit
a987610529
3 changed files with 6 additions and 9 deletions
|
@ -30,7 +30,7 @@ void CNpcBossEnemy::shutdown()
|
||||||
{
|
{
|
||||||
if ( m_energyBar )
|
if ( m_energyBar )
|
||||||
{
|
{
|
||||||
m_energyBar->setToShutdown();
|
m_energyBar->killFX();
|
||||||
}
|
}
|
||||||
|
|
||||||
CNpcEnemy::shutdown();
|
CNpcEnemy::shutdown();
|
||||||
|
|
|
@ -626,6 +626,11 @@ void CNpcMotherJellyfishEnemy::shutdown()
|
||||||
CLevel::setBossHealth( m_health );
|
CLevel::setBossHealth( m_health );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for ( int i = 0 ; i < 4 ; i++ )
|
||||||
|
{
|
||||||
|
legs[i]->killFX();
|
||||||
|
}
|
||||||
|
|
||||||
CNpcBossEnemy::shutdown();
|
CNpcBossEnemy::shutdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -617,14 +617,6 @@ SOURCE=..\..\..\source\fx\fx.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\..\source\fx\fxattachanim.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=..\..\..\source\fx\fxattachanim.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=..\..\..\source\fx\fxbaseanim.cpp
|
SOURCE=..\..\..\source\fx\fxbaseanim.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue