Remove unused variable

This commit is contained in:
Gymnasiast 2020-04-19 18:06:52 +02:00
parent 99d270388b
commit 02d3be4d4f
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
2 changed files with 0 additions and 6 deletions

View File

@ -1318,11 +1318,6 @@ const uint16_t RideFilmLength[3] = {
7000 // SPACE_RAIDERS
};
/* rct2: 0x009A0AC4 */
const uint16_t RideCrookedHouseLength[1] = {
600
};
/** rct2: 0x0097D7CB */
const int32_t RidePhotoItems[] = {
SHOP_ITEM_PHOTO, // RIDE_TYPE_SPIRAL_ROLLER_COASTER

View File

@ -240,7 +240,6 @@ extern const rct_ride_data_5 RideData5[RIDE_TYPE_COUNT];
extern const rct_ride_entry_vehicle CableLiftVehicle;
extern const uint16_t RideFilmLength[3];
extern const uint16_t RideCrookedHouseLength[1];
extern const rating_tuple RideRatings[RIDE_TYPE_COUNT];