- fixed 'When you jump into the roof or a bonus and fall back down you collide with...
[supertux.git] / src / defines.h
index 1c2d9b1..6b72166 100644 (file)
@@ -92,7 +92,8 @@ enum DyingType {
 
 /* Size constraints: */
 
-#define OFFSCREEN_DISTANCE 256
+#define X_OFFSCREEN_DISTANCE screen->w/2
+#define Y_OFFSCREEN_DISTANCE screen->h/2
 
 #define LEVEL_WIDTH 375