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;