mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Paint ferris wheel (#3657)
This commit is contained in:
committed by
Ted John
parent
470f0a9dba
commit
464fdc8efe
@@ -5504,7 +5504,7 @@ const uint32 RideTypeTrackPaintFunctionsOld[91] = {
|
||||
0, // RIDE_TYPE_22
|
||||
0, // RIDE_TYPE_INFORMATION_KIOSK
|
||||
0, // RIDE_TYPE_TOILETS
|
||||
0x008A8CC8, // RIDE_TYPE_FERRIS_WHEEL
|
||||
0, // RIDE_TYPE_FERRIS_WHEEL
|
||||
0x00763520, // RIDE_TYPE_MOTION_SIMULATOR
|
||||
0, // RIDE_TYPE_3D_CINEMA
|
||||
0, // RIDE_TYPE_TOP_SPIN
|
||||
@@ -5599,7 +5599,7 @@ const TRACK_PAINT_FUNCTION_GETTER RideTypeTrackPaintFunctions[91] = {
|
||||
get_track_paint_function_shop, // RIDE_TYPE_22
|
||||
get_track_paint_function_shop, // RIDE_TYPE_INFORMATION_KIOSK
|
||||
get_track_paint_function_facility, // RIDE_TYPE_TOILETS
|
||||
0, // RIDE_TYPE_FERRIS_WHEEL
|
||||
get_track_paint_function_ferris_wheel, // RIDE_TYPE_FERRIS_WHEEL
|
||||
0, // RIDE_TYPE_MOTION_SIMULATOR
|
||||
get_track_paint_function_3d_cinema, // RIDE_TYPE_3D_CINEMA
|
||||
get_track_paint_function_topspin, // RIDE_TYPE_TOP_SPIN
|
||||
|
||||
Reference in New Issue
Block a user