1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

Remove title editor

This commit is contained in:
Ted John
2022-03-24 01:03:08 +00:00
committed by Gymnasiast
parent 176c2f1e57
commit 9f28b66eec
11 changed files with 3 additions and 2209 deletions

View File

@@ -1343,10 +1343,6 @@ static int32_t cc_open(InteractiveConsole& console, const arguments_t& argv)
{
context_open_window(WC_THEMES);
}
else if (argv[0] == "title_sequences")
{
context_open_window(WC_TITLE_EDITOR);
}
else if (invalidTitle)
{
console.WriteLineError("Cannot open this window in the title screen.");