1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00

Move loadsave dialog

This commit is contained in:
Marijn van der Werf
2017-09-12 00:04:03 +02:00
parent 9b1b2b5c62
commit d18e59ff17
20 changed files with 145 additions and 65 deletions

View File

@@ -69,8 +69,6 @@ static rct_window_event_list window_error_events = {
static char _window_error_text[512];
static uint16 _window_error_num_lines;
extern "C" {
/**
*
* rct2: 0x0066792F
@@ -150,8 +148,6 @@ rct_window * window_error_open(rct_string_id title, rct_string_id message)
return w;
}
}
/**
*
* rct2: 0x00667BFE