This commit is contained in:
Charles 2001-01-31 21:27:05 +00:00
parent 982015e348
commit f79a6183eb
2 changed files with 0 additions and 18 deletions

View File

@ -1159,22 +1159,6 @@ void CNpc::processMovement(int _frames)
break;
}
case NPC_MOVEMENT_USER_SEEK:
{
CPlayer *player;
player = GameScene.getPlayer();
break;
}
case NPC_MOVEMENT_VERTICAL:
{
Pos.vy--;
break;
}
case NPC_MOVEMENT_MOTHER_JELLYFISH:
{
processMotherJellyfishMovement( _frames );

View File

@ -152,8 +152,6 @@ protected:
{
NPC_MOVEMENT_STATIC = 0,
NPC_MOVEMENT_FIXED_PATH = 1,
NPC_MOVEMENT_USER_SEEK,
NPC_MOVEMENT_VERTICAL,
NPC_MOVEMENT_MOTHER_JELLYFISH,
NPC_MOVEMENT_SUB_SHARK,
NPC_MOVEMENT_FLYING_DUTCHMAN,