From df54d83d44896dc00c5a5a06d6d5c72e13028d06 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 2 Apr 2001 23:00:28 +0000 Subject: [PATCH] --- source/player/player.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/player/player.cpp b/source/player/player.cpp index 833b95161..7b2b78727 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -173,8 +173,8 @@ int s_health; int s_screenPos; DVECTOR m_cameraScrollPos={0,600}; -int SCREEN_GEOM_CENTRE_X=38; -int SCREEN_GEOM_CENTRE_Y=248; +int SCREEN_GEOM_CENTRE_X=248; +int SCREEN_GEOM_CENTRE_Y=38; int SCREEN_GEOM_PLAYER_OFS_X=9; int SCREEN_GEOM_PLAYER_OFS_Y=-26;