more tuning of badguy activation
[supertux.git] / src / defines.h
index dd5b1a8..6b72166 100644 (file)
@@ -92,8 +92,8 @@ enum DyingType {
 
 /* Size constraints: */
 
-#define X_OFFSCREEN_DISTANCE screen->w*2
-#define Y_OFFSCREEN_DISTANCE screen->h*2
+#define X_OFFSCREEN_DISTANCE screen->w/2
+#define Y_OFFSCREEN_DISTANCE screen->h/2
 
 #define LEVEL_WIDTH 375