From 9cfafa755012bfd68c661996ddaea76e2e265f81 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Thu, 20 Sep 2007 20:31:24 +0000 Subject: Fixed some compilation warning. --- src/particle.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/particle.h') 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. -- cgit v1.2.3-60-g2f50