summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h
index 39987daf..79bcc020 100644
--- a/src/being.h
+++ b/src/being.h
@@ -456,7 +456,7 @@ class Being : public Sprite, public ConfigListener
/**
* Sets the target animation for this being.
*/
- void setTargetAnimation(SimpleAnimation* animation);
+ void setTargetAnimation(SimpleAnimation *animation);
/**
* Untargets the being
@@ -658,7 +658,7 @@ class Being : public Sprite, public ConfigListener
int mDamageTaken;
/** Target cursor being used */
- SimpleAnimation* mUsedTargetCursor;
+ SimpleAnimation *mUsedTargetCursor;
};
#endif