Move mapscreen bottom coordinates' initialization

Fixes radar map's initial  position in strategic screen being in the top right corner.
This commit is contained in:
Asdow
2025-01-05 17:08:02 +02:00
parent ac6a1504df
commit db40cd433e
2 changed files with 5 additions and 3 deletions
-3
View File
@@ -4793,9 +4793,6 @@ UINT32 MapScreenHandle(void)
InitPreviousPaths();
// HEADROCK HAM 3.6: Init coordinates for new variable-sized message window
InitMapScreenInterfaceBottomCoords();
// if arrival sector is invalid, reset to A9
if ( ( gsMercArriveSectorX < 1 ) || ( gsMercArriveSectorY < 1 ) ||
( gsMercArriveSectorX > 16 ) || ( gsMercArriveSectorY > 16 ) )