disable collision detection when tux is falling down because he is dead
[supertux.git] / src / high_scores.cpp
index 674e8df..86b1eb6 100644 (file)
@@ -20,6 +20,8 @@
 
 /* Open the highscore file: */
 
+#include <config.h>
+
 #include <cstring>
 #include <cstdlib>