From 797a2919283659b537a2f8024a758281d0cee8e9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 23 Feb 2015 23:03:32 +0300 Subject: Move crazy moves code from local player into separate file. --- src/being/localplayer.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/being/localplayer.h') diff --git a/src/being/localplayer.h b/src/being/localplayer.h index c8efcb4ff..aa297dcb1 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -208,8 +208,6 @@ class LocalPlayer final : public Being, bool pickUpItems(int pickUpType = 0); - void crazyMove(); - void move(const int dX, const int dY); void moveToTarget(int dist = -1); @@ -422,17 +420,6 @@ class LocalPlayer final : public Being, static void tryMagic(const std::string &spell, const int baseMagic, const int schoolMagic, const int mana); - void crazyMove1(); - void crazyMove2(); - void crazyMove3(); - void crazyMove4(); - void crazyMove5(); - void crazyMove6(); - void crazyMove7(); - void crazyMove8(); - void crazyMove9(); - void crazyMoveA(); - void loadHomes(); int mGMLevel; @@ -506,7 +493,6 @@ class LocalPlayer final : public Being, bool mShowServerPos; bool mNextStep; // temporary disable crazy moves in moves - bool mDisableCrazyMove; bool mGoingToTarget; // Whether or not to continue to attack bool mKeepAttacking; -- cgit v1.2.3-70-g09d2