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

Remove all references to title editor

The title editor is now a plugin and these codepaths could only be reached during bugs :)
This commit is contained in:
duncanspumpkin
2023-06-29 08:14:29 +01:00
parent aa93b8d041
commit a68865d016
6 changed files with 21 additions and 44 deletions

View File

@@ -134,7 +134,7 @@ public:
break;
case WIDX_START_SERVER:
NetworkSetPassword(_password);
WindowScenarioselectOpen(ScenarioSelectCallback, false);
WindowScenarioselectOpen(ScenarioSelectCallback);
break;
case WIDX_LOAD_SERVER:
NetworkSetPassword(_password);