mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
fix track manage delete prompt window position
This commit is contained in:
@@ -253,7 +253,7 @@ static void window_track_delete_prompt_open()
|
||||
|
||||
w = window_create(
|
||||
max(28, (RCT2_GLOBAL(RCT2_ADDRESS_SCREEN_WIDTH, uint16) - 250) / 2),
|
||||
(RCT2_GLOBAL(RCT2_ADDRESS_SCREEN_WIDTH, uint16) - 44) / 2,
|
||||
(RCT2_GLOBAL(RCT2_ADDRESS_SCREEN_HEIGHT, uint16) - 44) / 2,
|
||||
250,
|
||||
74,
|
||||
&window_track_delete_prompt_events,
|
||||
|
||||
Reference in New Issue
Block a user