This commit is contained in:
Charles 2001-04-24 19:03:06 +00:00
parent b4c67ab838
commit 395a740e59
15 changed files with 133 additions and 0 deletions

View file

@ -32,6 +32,11 @@
#endif
void CNpcSkullStomperEnemy::processEnemyCollision( CThing *thisThing )
{
// do nothing
}
void CNpcSkullStomperEnemy::postInit()
{
m_extendDir = EXTEND_DOWN;