[Super-tux-commit] supertux/src defines.h,1.41,1.42
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-05-24 22:54:05
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10470 Modified Files: defines.h Log Message: increase offscreen distance Index: defines.h =================================================================== RCS file: /cvsroot/super-tux/supertux/src/defines.h,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- defines.h 22 May 2004 17:55:44 -0000 1.41 +++ defines.h 24 May 2004 22:53:39 -0000 1.42 @@ -92,8 +92,8 @@ /* 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 |