* Fixed gradient background bug
[supertux.git] / src / badguy / rocketexplosion.cpp
index f1d79e7..e7f594b 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <config.h>
 
-#include "rocketexplosion.h"
+#include "rocketexplosion.hpp"
 
 static const float EXPLOSIONTIME = 1;
 
@@ -38,7 +38,7 @@ RocketExplosion::RocketExplosion(const Vector& pos, Direction dir)
 void
 RocketExplosion::write(lisp::Writer& )
 {
-  // bombs are only temporarily so don't write them out...
+  // rocket explosions are only temporarily so don't write them out...
 }
 
 HitResponse