This commit is contained in:
parent
2405173f37
commit
4258538252
4 changed files with 12 additions and 4 deletions
|
@ -105,6 +105,8 @@ bool CNpcEyeballEnemy::processSensor()
|
|||
|
||||
void CNpcEyeballEnemy::processClose( int _frames )
|
||||
{
|
||||
CThing *Next=getNext();
|
||||
|
||||
if ( Next )
|
||||
{
|
||||
CProjectile *projectile;
|
||||
|
@ -265,6 +267,7 @@ void CNpcEyeballEnemy::processShot( int _frames )
|
|||
m_actorGfx->SetOtPos( 0 );
|
||||
}
|
||||
|
||||
CThing *Next=getNext();
|
||||
if ( Next )
|
||||
{
|
||||
CProjectile *projectile;
|
||||
|
@ -298,6 +301,7 @@ void CNpcEyeballEnemy::processShot( int _frames )
|
|||
m_speed++;
|
||||
}
|
||||
|
||||
CThing *Next=getNext();
|
||||
if ( Next )
|
||||
{
|
||||
CProjectile *projectile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue