1
0
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:
Marijn van der Werf
2017-09-12 21:21:39 +02:00
parent 619733ba05
commit b7164c5eac
18 changed files with 49 additions and 56 deletions

View File

@@ -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;
}