From a3157908d23fd711ea96797dffce064953cb8fb6 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 7 Feb 2010 19:07:04 +0100 Subject: Nicer way of indicating that we're waiting on the server No longer a dialog with an annoying progress bar (due to going back and forth), but rather a progress indicator that integrates better with the background. --- src/being.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/being.h') 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 -- cgit v1.2.3-60-g2f50