This commit is contained in:
parent
982015e348
commit
f79a6183eb
@ -1159,22 +1159,6 @@ void CNpc::processMovement(int _frames)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case NPC_MOVEMENT_USER_SEEK:
|
|
||||||
{
|
|
||||||
CPlayer *player;
|
|
||||||
|
|
||||||
player = GameScene.getPlayer();
|
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
case NPC_MOVEMENT_VERTICAL:
|
|
||||||
{
|
|
||||||
Pos.vy--;
|
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
case NPC_MOVEMENT_MOTHER_JELLYFISH:
|
case NPC_MOVEMENT_MOTHER_JELLYFISH:
|
||||||
{
|
{
|
||||||
processMotherJellyfishMovement( _frames );
|
processMotherJellyfishMovement( _frames );
|
||||||
|
@ -152,8 +152,6 @@ protected:
|
|||||||
{
|
{
|
||||||
NPC_MOVEMENT_STATIC = 0,
|
NPC_MOVEMENT_STATIC = 0,
|
||||||
NPC_MOVEMENT_FIXED_PATH = 1,
|
NPC_MOVEMENT_FIXED_PATH = 1,
|
||||||
NPC_MOVEMENT_USER_SEEK,
|
|
||||||
NPC_MOVEMENT_VERTICAL,
|
|
||||||
NPC_MOVEMENT_MOTHER_JELLYFISH,
|
NPC_MOVEMENT_MOTHER_JELLYFISH,
|
||||||
NPC_MOVEMENT_SUB_SHARK,
|
NPC_MOVEMENT_SUB_SHARK,
|
||||||
NPC_MOVEMENT_FLYING_DUTCHMAN,
|
NPC_MOVEMENT_FLYING_DUTCHMAN,
|
||||||
|
Loading…
Reference in New Issue
Block a user