summaryrefslogtreecommitdiff
path: root/src/resources/spritedef.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-07 20:58:03 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-07 20:58:03 +0100
commite5671f8bdc30ac567a535f698c8dcaedd4441340 (patch)
tree70c2d966109e27e40dfd3516145f818af60ce8a0 /src/resources/spritedef.cpp
parent719e2b02bc6833198d6af2d3c95de96ef95f876d (diff)
downloadmana-client-e5671f8bdc30ac567a535f698c8dcaedd4441340.tar.gz
mana-client-e5671f8bdc30ac567a535f698c8dcaedd4441340.tar.bz2
mana-client-e5671f8bdc30ac567a535f698c8dcaedd4441340.tar.xz
mana-client-e5671f8bdc30ac567a535f698c8dcaedd4441340.zip
Some code reformatting
Diffstat (limited to 'src/resources/spritedef.cpp')
-rw-r--r--src/resources/spritedef.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resources/spritedef.cpp b/src/resources/spritedef.cpp
index 289df2e5..3eb1d92b 100644
--- a/src/resources/spritedef.cpp
+++ b/src/resources/spritedef.cpp
@@ -33,8 +33,7 @@
#include "../log.h"
#include "../utils/xml.h"
-Action*
-SpriteDef::getAction(SpriteAction action) const
+Action *SpriteDef::getAction(SpriteAction action) const
{
Actions::const_iterator i = mActions.find(action);