From 4b967a1d7d3cd50791700c0e0a527dc6c135653b Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 29 Aug 2001 16:52:58 +0000 Subject: [PATCH] --- source/level/layertile3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/level/layertile3d.cpp b/source/level/layertile3d.cpp index b940cfe78..7f3c6547b 100644 --- a/source/level/layertile3d.cpp +++ b/source/level/layertile3d.cpp @@ -25,7 +25,7 @@ int ShowPolyz=0; static const int BLOCK_SIZE =16; #if defined(__TERRITORY_EUR__) static const int SCREEN_TILE_ADJ_U =2; -static const int SCREEN_TILE_ADJ_D =2; // Extra line needed :o( +static const int SCREEN_TILE_ADJ_D =3; // Extra 2 lines needed, cos of extra height @ perspective :o( static const int SCREEN_TILE_ADJ_L =3; static const int SCREEN_TILE_ADJ_R =3; #else