This commit is contained in:
parent
c08cf02803
commit
148b4416de
8 changed files with 62 additions and 21 deletions
|
@ -136,6 +136,7 @@ void CNpcEnemy::processStandardIronDogfishAttack( int _frames )
|
|||
CProjectile *projectile;
|
||||
projectile = new( "test projectile" ) CProjectile;
|
||||
projectile->init( Pos, headingToPlayer );
|
||||
projectile->setLayerCollision( m_layerCollision );
|
||||
|
||||
m_state++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue