diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 68b85832..33ee7e7a 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -300,7 +300,7 @@ Being::setMap(Map *map) } void -Being::setAction(Uint8 action) +Being::setAction(Action action) { SpriteAction currentAction = ACTION_INVALID; switch (action) |