More -Weffc++ cleanup
[supertux.git] / src / object / particlesystem.cpp
index dcbd90f..bb79f54 100644 (file)
@@ -175,8 +175,8 @@ void GhostParticleSystem::update(float elapsed_time)
   }
 }
 
-CloudParticleSystem::CloudParticleSystem()
-  ParticleSystem(128)
+CloudParticleSystem::CloudParticleSystem() :
+  ParticleSystem(128)
 {
   cloudimage = new Surface("images/objects/particles/cloud.png");