More -Weffc++ cleanup
[supertux.git] / src / object / fireworks.cpp
index e943c56..6532c89 100644 (file)
@@ -23,7 +23,8 @@
 #include "supertux/sector.hpp"
 #include "video/drawing_context.hpp"
 
-Fireworks::Fireworks()
+Fireworks::Fireworks() :
+  timer()
 {
   timer.start(.2f);
   sound_manager->preload("sounds/fireworks.wav");