mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Move scenario objective/category/name/details into Scenario::Options
This commit is contained in:
@@ -420,7 +420,7 @@ static void ShortcutQuickSaveGame()
|
||||
auto intent = Intent(WindowClass::Loadsave);
|
||||
intent.PutEnumExtra<LoadSaveAction>(INTENT_EXTRA_LOADSAVE_ACTION, LoadSaveAction::save);
|
||||
intent.PutEnumExtra<LoadSaveType>(INTENT_EXTRA_LOADSAVE_TYPE, LoadSaveType::landscape);
|
||||
intent.PutExtra(INTENT_EXTRA_PATH, getGameState().scenarioName);
|
||||
intent.PutExtra(INTENT_EXTRA_PATH, getGameState().scenarioOptions.name);
|
||||
ContextOpenIntent(&intent);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user