1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 18:07:53 +01:00

Fix formatting and errors

This commit is contained in:
Gymnasiast
2020-05-05 22:50:31 +02:00
parent 43556d2dec
commit 00461aedf3
9 changed files with 21 additions and 78 deletions

View File

@@ -171,7 +171,6 @@ rct_window* window_save_prompt_open()
log_warning("Invalid save prompt mode %u", prompt_mode);
return nullptr;
}
window = window_create_centred(
width, height, &window_save_prompt_events, WC_SAVE_PROMPT, WF_TRANSPARENT | WF_STICK_TO_FRONT);