diff options
Diffstat (limited to 'src/resources/action.cpp')
-rw-r--r-- | src/resources/action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/action.cpp b/src/resources/action.cpp index b4426daae..9b4d4b57a 100644 --- a/src/resources/action.cpp +++ b/src/resources/action.cpp @@ -40,7 +40,7 @@ Action::~Action() delete_all(mAnimations); } -Animation *Action::getAnimation(int direction) const +const Animation *Action::getAnimation(int direction) const { Animations::const_iterator i = mAnimations.find(direction); |