mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
Fix #21054: No entrance style selected by default in track designer
This commit is contained in:
committed by
GitHub
parent
33523c98c2
commit
39a37f14eb
@@ -483,6 +483,14 @@ void FinishObjectSelection()
|
||||
{
|
||||
SetEveryRideTypeInvented();
|
||||
SetEveryRideEntryInvented();
|
||||
|
||||
auto& objManager = OpenRCT2::GetContext()->GetObjectManager();
|
||||
gLastEntranceStyle = objManager.GetLoadedObjectEntryIndex("rct2.station.plain");
|
||||
if (gLastEntranceStyle == OBJECT_ENTRY_INDEX_NULL)
|
||||
{
|
||||
gLastEntranceStyle = 0;
|
||||
}
|
||||
|
||||
gEditorStep = EditorStep::RollercoasterDesigner;
|
||||
GfxInvalidateScreen();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user