From b79e9e08ff6758dcab2098abae4fa2c1cdf76358 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Wed, 5 May 2004 12:03:50 +0000 Subject: [PATCH] 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. SVN-Revision: 991 --- src/world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world.cpp b/src/world.cpp index 00b075a4b..4564c01c4 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -311,7 +311,7 @@ World::action(double frame_ratio) // 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 -- 2.11.0