This commit is contained in:
parent
8bfd333984
commit
8bfdd2cd2a
2 changed files with 2 additions and 2 deletions
|
@ -464,7 +464,7 @@ void CNpcSeaSnakeEnemy::processClose( int _frames )
|
|||
projectile = CProjectile::Create();
|
||||
DVECTOR newPos = Pos;
|
||||
projectile->init( newPos, heading );
|
||||
projectile->setGraphic( FRM__LIGHTNING1 );
|
||||
projectile->setGraphic( FRM__SNAKEBILE );
|
||||
|
||||
//resetSeaSnakeHeadToTail();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue