From 9113692d836e114d891e163d8b22949742bab473 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 4 Apr 2001 18:35:19 +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 af9b0edd8..18ddfa42e 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -179,7 +179,7 @@ int s_screenPos; DVECTOR m_cameraScrollPos={0,600}; int SCREEN_GEOM_CENTRE_X=248; -int SCREEN_GEOM_CENTRE_Y=38; +int SCREEN_GEOM_CENTRE_Y=165; int SCREEN_GEOM_PLAYER_OFS_X=9; int SCREEN_GEOM_PLAYER_OFS_Y=-26;