use spike flag again and don't replace spikes with objects
[supertux.git] / src / badguy / badguy.cpp
index 3a4ae69..8af3885 100644 (file)
@@ -19,9 +19,9 @@
 //  02111-1307, USA.
 #include <config.h>
 
-#include "badguy.h"
-#include "object/camera.h"
-#include "statistics.h"
+#include "badguy.hpp"
+#include "object/camera.hpp"
+#include "statistics.hpp"
 
 static const float SQUISH_TIME = 2;
 static const float X_OFFSCREEN_DISTANCE = 1600;