mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Remove old code for MEDIENTR
This commit is contained in:
@@ -23,14 +23,6 @@ void EntranceObject::ReadLegacy(IReadObjectContext* context, IStream* stream)
|
||||
|
||||
GetStringTable().Read(context, stream, OBJ_STRING_ID_NAME);
|
||||
GetImageTable().Read(context, stream);
|
||||
|
||||
// Fix issue #1705: The Medieval entrance from Time Twister has a straight banner,
|
||||
// but scrolls its text as if it a curved one.
|
||||
if (String::Equals(GetIdentifier(), "MEDIENTR"))
|
||||
{
|
||||
_legacyType.scrolling_mode = 32;
|
||||
_legacyType.text_height += 1;
|
||||
}
|
||||
}
|
||||
|
||||
void EntranceObject::Load()
|
||||
|
||||
Reference in New Issue
Block a user