From: Matthias Braun Date: Mon, 24 May 2004 22:53:39 +0000 (+0000) Subject: increase offscreen distance X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c52b9b393b0ea1abeb8b2dc93247ee1d2a49055f;p=supertux.git increase offscreen distance SVN-Revision: 1316 --- diff --git a/src/defines.h b/src/defines.h index 121fe2615..dd5b1a8b3 100644 --- a/src/defines.h +++ b/src/defines.h @@ -92,8 +92,8 @@ enum DyingType { /* Size constraints: */ -#define X_OFFSCREEN_DISTANCE 280 -#define Y_OFFSCREEN_DISTANCE 240 +#define X_OFFSCREEN_DISTANCE screen->w*2 +#define Y_OFFSCREEN_DISTANCE screen->h*2 #define LEVEL_WIDTH 375