[Super-tux-commit] supertux/src world.cpp,1.61,1.62
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-05 12:04:00
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27218/src Modified Files: world.cpp Log Message: Just tuned the X_SPACE, so that Tux position in screen is exactly the same as before. Check and remove the TODO point, in case you agree. Index: world.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/world.cpp,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- world.cpp 5 May 2004 04:04:05 -0000 1.61 +++ world.cpp 5 May 2004 12:03:50 -0000 1.62 @@ -311,7 +311,7 @@ // the space that it takes for the screen to start scrolling, regarding // screen bounds (in pixels) -#define X_SPACE 380 +#define X_SPACE (400-16) // the time it takes to move the camera (in ms) #define CHANGE_DIR_SCROLL_SPEED 2000 |