This commit is contained in:
parent
3a8b8a4535
commit
6c608b0aca
19 changed files with 48 additions and 67 deletions
|
@ -40,6 +40,7 @@ void CNpcEyeballEnemy::processEnemyCollision( CThing *thisThing )
|
|||
void CNpcEyeballEnemy::postInit()
|
||||
{
|
||||
return;
|
||||
m_fireHeading = m_heading;
|
||||
CProjectile *projectile;
|
||||
projectile = new ( "eyeball projectile" ) CProjectile;
|
||||
projectile->init( Pos, m_fireHeading, CProjectile::PROJECTILE_FIXED, CProjectile::PROJECTILE_INFINITE_LIFE );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue