1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Merge objective options into scenario options

This commit is contained in:
Aaron van Geffen
2025-03-13 13:57:03 +01:00
parent b97f35f9e7
commit 807a2fa7c9
14 changed files with 1068 additions and 1324 deletions

View File

@@ -1185,17 +1185,6 @@ static void ConsoleCommandOpen(InteractiveConsole& console, const arguments_t& a
{
ContextOpenWindow(WindowClass::EditorScenarioOptions);
}
else if (argv[0] == "objective_options" && InvalidArguments(&invalidTitle, !title))
{
if (NetworkGetMode() != NETWORK_MODE_NONE)
{
console.WriteLineError("Cannot open this window in multiplayer mode.");
}
else
{
ContextOpenWindow(WindowClass::EditorObjectiveOptions);
}
}
else if (argv[0] == "options")
{
ContextOpenWindow(WindowClass::Options);