1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Another typo

This commit is contained in:
Gymnasiast
2015-06-25 14:45:33 +02:00
parent 8ec3f60f2e
commit 770bfa2721

View File

@@ -737,7 +737,7 @@ static uint32 install_object_entry(rct_object_entry* entry, rct_object_entry* in
// When made of two parts i.e Wooden Roller Coaster (Dream Woodie Cars)
if ((objectType == OBJECT_TYPE_RIDE) && (!((((rct_ride_type*)chunk)->flags) & RIDE_ENTRY_FLAG_SEPARATE_RIDE_NAME) ||
!rideTypeShouldLoseSeparateFlag((rct_ride_type*)chunk))) {
rideTypeShouldLoseSeparateFlag((rct_ride_type*)chunk))) {
rct_ride_type* ride_type = (rct_ride_type*)chunk;
rct_string_id obj_string = ride_type->ride_type[0];
if (obj_string == 0xFF){