aboutsummaryrefslogtreecommitdiff
path: root/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'actor.h')
-rw-r--r--actor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/actor.h b/actor.h
index ae2b6ff9b1..2297528845 100644
--- a/actor.h
+++ b/actor.h
@@ -124,7 +124,7 @@ public:
protected:
int calcMovementFactor(int newx, int newy);
int actorWalkStep();
- int remapDirection(int dir);
+ int remapDirection(int dir, bool is_walking);
void setupActorScale();
public:
void stopActorMoving();
@@ -133,7 +133,7 @@ public:
protected:
void setBox(int box);
- int updateActorDirection();
+ int updateActorDirection(bool is_walking);
public:
void setDirection(int direction);