1
0
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:
IntelOrca
2015-12-19 12:17:42 +00:00
parent 589dcb12b1
commit 4f5f0820d5

View File

@@ -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,