-converted remaining classes to GameObject
[supertux.git] / src / particlesystem.h
index f0b86b7..4f21a5c 100644 (file)
@@ -42,7 +42,7 @@ class DisplayManager;
  * initialize particles in the constructor and move them in the simulate
  * function.
  */
-class ParticleSystem : public _GameObject, public Drawable
+class ParticleSystem : public GameObject, public Drawable
 {
 public:
     ParticleSystem(DisplayManager& displaymanager);