This commit is contained in:
parent
b4c67ab838
commit
395a740e59
15 changed files with 133 additions and 0 deletions
|
@ -28,6 +28,11 @@
|
|||
#endif
|
||||
|
||||
|
||||
void CNpcFlamingSkullEnemy::processEnemyCollision( CThing *thisThing )
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
void CNpcFlamingSkullEnemy::postInit()
|
||||
{
|
||||
m_state = FLAMING_SKULL_ATTACK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue