summaryrefslogtreecommitdiff
path: root/src/imageparticle.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-08 20:58:10 +0100
committerIra Rice <irarice@gmail.com>2008-12-08 13:48:10 -0700
commit48c3263aa2540cd895b72edb0337e0717e136e3a (patch)
treef5b93df0b4bf209e73876161c30ef5fe4a00ff3b /src/imageparticle.h
parent81cdc7b2d880f44df6e0a6de74183f36c53836a0 (diff)
downloadMana-48c3263aa2540cd895b72edb0337e0717e136e3a.tar.gz
Mana-48c3263aa2540cd895b72edb0337e0717e136e3a.tar.bz2
Mana-48c3263aa2540cd895b72edb0337e0717e136e3a.tar.xz
Mana-48c3263aa2540cd895b72edb0337e0717e136e3a.zip
Code reformatting
I wish I had never fallen for this weird style, and I hope removing it will prevent others from introducing new code like this. :-)
Diffstat (limited to 'src/imageparticle.h')
-rw-r--r--src/imageparticle.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/imageparticle.h b/src/imageparticle.h
index 91c5426c..c18b30b8 100644
--- a/src/imageparticle.h
+++ b/src/imageparticle.h
@@ -49,8 +49,7 @@ class ImageParticle : public Particle
/**
* Draws the particle image
*/
- virtual void
- draw(Graphics *graphics, int offsetX, int offsetY) const;
+ virtual void draw(Graphics *graphics, int offsetX, int offsetY) const;
protected:
Image *mImage; /**< The image used for this particle. */