* Fixed gradient background bug
[supertux.git] / src / badguy / jumpy.cpp
index 7958c5e..9b2a6b7 100644 (file)
@@ -19,7 +19,7 @@
 //  02111-1307, USA.
 #include <config.h>
 
-#include "jumpy.h"
+#include "jumpy.hpp"
 
 static const float JUMPSPEED=600;
 static const float JUMPY_MID_TOLERANCE=4;