Make Tux run automatically. As before, if he is carrying something Tux
[supertux.git] / src / object / thunderstorm.cpp
index 1253b35..b5d1627 100644 (file)
@@ -42,7 +42,7 @@ namespace {
 }
 
 Thunderstorm::Thunderstorm(const lisp::Lisp& reader)
-       : GameObject(reader), running(true), interval(10.0f)
+  : running(true), interval(10.0f)
 {
   reader.get("name", name);
   reader.get("running", running);