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
1 changed files with 1 additions and 1 deletions

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,