mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Merge pull request #1115 from duncanspumpkin/fix_bugs
Fix #1103 and #483
This commit is contained in:
@@ -869,6 +869,7 @@ void game_load_or_quit_no_save_prompt()
|
||||
load_game();
|
||||
} else if (RCT2_GLOBAL(RCT2_ADDRESS_SAVE_PROMPT_MODE, uint16) == 1) {
|
||||
game_do_command(0, 1, 0, 1, GAME_COMMAND_LOAD_OR_QUIT, 0, 0);
|
||||
tool_cancel();
|
||||
if (RCT2_GLOBAL(RCT2_ADDRESS_INPUT_FLAGS, uint32) & INPUT_FLAG_5) {
|
||||
RCT2_CALLPROC_EBPSAFE(0x0040705E);
|
||||
RCT2_GLOBAL(RCT2_ADDRESS_INPUT_FLAGS, uint32) &= ~INPUT_FLAG_5;
|
||||
|
||||
@@ -796,7 +796,7 @@ static void* window_ride_music_events[] = {
|
||||
|
||||
// 0x0098DE14
|
||||
static void* window_ride_measurements_events[] = {
|
||||
window_ride_emptysub,
|
||||
window_ride_measurements_close,
|
||||
window_ride_measurements_mouseup,
|
||||
window_ride_measurements_resize,
|
||||
window_ride_measurements_mousedown,
|
||||
|
||||
Reference in New Issue
Block a user