From 791dd646cc0325dbdeceb633a7ed0793312b1782 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 13 Mar 2001 17:19:13 +0000 Subject: [PATCH] --- source/player/player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/player/player.cpp b/source/player/player.cpp index 644d3230a..08dcdd159 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -183,7 +183,7 @@ int MAP2D_CENTRE_X=-256; int MAP2D_CENTRE_Y=-136; int MAP2D_BLOCKSTEPSIZE=16; -int CAMERA_SCROLLLIMIT=8; // SB is this many tiles off centre at most +int CAMERA_SCROLLLIMIT=3;//8; // SB is this many tiles off centre at most int CAMERA_SCROLLTHRESHOLD=6; // If SB moves when more than this many tiles off-centre, the camera will *always* scroll int CAMERA_STARTMOVETHRESHOLD=20; // If SB moves faster than this then the camera starts scrolling int CAMERA_STOPMOVETHRESHOLD=10; // If SB moves slower than this then the camera stops scrolling