diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-09-20 20:31:24 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-09-20 20:31:24 +0000 |
commit | 9cfafa755012bfd68c661996ddaea76e2e265f81 (patch) | |
tree | 1fe3ce4840a519ac38b302d0036741824fcce280 /src/particle.h | |
parent | 21f741eea2caa062267bd1f8f5055ab622261950 (diff) | |
download | mana-9cfafa755012bfd68c661996ddaea76e2e265f81.tar.gz mana-9cfafa755012bfd68c661996ddaea76e2e265f81.tar.bz2 mana-9cfafa755012bfd68c661996ddaea76e2e265f81.tar.xz mana-9cfafa755012bfd68c661996ddaea76e2e265f81.zip |
Fixed some compilation warning.
Diffstat (limited to 'src/particle.h')
-rw-r--r-- | src/particle.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/particle.h b/src/particle.h index dd7c5ee2..045ab9b9 100644 --- a/src/particle.h +++ b/src/particle.h @@ -89,8 +89,7 @@ class Particle : public Sprite /** * Draws the particle image. */ - virtual void - draw(Graphics *graphics, int offsetX, int offsetY) const {} + virtual void draw(Graphics *graphics, int offsetX, int offsetY) const; /** * Necessary for sorting with the other sprites. |