mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
Rename intent extra keys
This commit is contained in:
@@ -812,7 +812,7 @@ static void window_editor_object_selection_mouseup(rct_window *w, rct_widgetinde
|
||||
window_invalidate(w);
|
||||
|
||||
auto intent = Intent(WC_LOADSAVE);
|
||||
intent.putExtra(INTENT_EXTRA_4, LOADSAVETYPE_LOAD | LOADSAVETYPE_TRACK);
|
||||
intent.putExtra(INTENT_EXTRA_LOADSAVE_TYPE, LOADSAVETYPE_LOAD | LOADSAVETYPE_TRACK);
|
||||
context_open_intent(&intent);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user