More -Weffc++ cleanup
[supertux.git] / src / object / path_walker.cpp
index 46c8913..cf668c9 100644 (file)
@@ -26,6 +26,7 @@ PathWalker::PathWalker(const Path* path, bool running) :
   next_node_nr(0), 
   stop_at_node_nr(running?-1:0), 
   node_time(0),
+  node_mult(),
   walking_speed(1.0)
 {
   node_mult = 1 / path->nodes[0].time;