summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 8a55f2e2..4256bdc7 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -164,9 +164,9 @@ Being::setMap(Map *map)
}
void
-Being::setAction(Action action)
+Being::setAction(Uint8 action)
{
- if (action != mAction)
+ //if (action != mAction)
{
std::string currentAction = "stand";
switch (action)