This commit is contained in:
Charles 2001-05-09 21:50:09 +00:00
parent 17ec5b64c3
commit 8bb80c5c4d
6 changed files with 16 additions and 8 deletions

View file

@ -108,7 +108,7 @@ void CNpcSmallJellyfishProjectileEnemy::think(int _frames)
break;
case NPC_CONTROL_SHOT:
processShot();
processShot( moveFrames );
break;