1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Move windows to UI project

This commit is contained in:
Marijn van der Werf
2017-08-06 05:22:00 +02:00
committed by Michał Janiszewski
parent f3ef92edcb
commit 4d90940d21
35 changed files with 400 additions and 369 deletions

View File

@@ -169,7 +169,7 @@ namespace OpenRCT2
void Quit() override
{
gSavePromptMode = PM_QUIT;
window_save_prompt_open();
context_open_window(WC_SAVE_PROMPT);
}
std::string GetPathLegacy(sint32 pathId) override