From 770bfa2721c4b73cf9e259123d0446219ffbea80 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Thu, 25 Jun 2015 14:45:33 +0200 Subject: [PATCH] Another typo --- src/object_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object_list.c b/src/object_list.c index 2d1a36a00e..0b79db46ba 100644 --- a/src/object_list.c +++ b/src/object_list.c @@ -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){