1
0
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:
Gymnasiast
2019-03-19 22:21:06 +01:00
parent 8b1330ec57
commit 79318997bc

View File

@@ -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()