1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Fix typo in WC_EDITOR_OBJECTIVE_OPTIONS

This commit is contained in:
Gymnasiast
2020-10-11 18:42:17 +02:00
parent 16ca892449
commit eb2f40f35c
10 changed files with 12 additions and 12 deletions

View File

@@ -1162,7 +1162,7 @@ static int32_t cc_open(InteractiveConsole& console, const arguments_t& argv)
}
else if (argv[0] == "objective_options" && invalidArguments(&invalidTitle, !title))
{
context_open_window(WC_EDTIOR_OBJECTIVE_OPTIONS);
context_open_window(WC_EDITOR_OBJECTIVE_OPTIONS);
}
else if (argv[0] == "options")
{