This commit is contained in:
parent
982015e348
commit
f79a6183eb
2 changed files with 0 additions and 18 deletions
|
@ -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 );
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue