mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 15:24:30 +01:00
Add generated Side friction RC
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -6294,7 +6294,7 @@ const TRACK_PAINT_FUNCTION_GETTER RideTypeTrackPaintFunctions[91] = {
|
||||
get_track_paint_function_ghost_train, // RIDE_TYPE_GHOST_TRAIN
|
||||
get_track_paint_function_twister_rc, // RIDE_TYPE_TWISTER_ROLLER_COASTER
|
||||
0, // RIDE_TYPE_WOODEN_ROLLER_COASTER
|
||||
0, // RIDE_TYPE_SIDE_FRICTION_ROLLER_COASTER
|
||||
get_track_paint_function_side_friction_rc, // RIDE_TYPE_SIDE_FRICTION_ROLLER_COASTER
|
||||
get_track_paint_function_wild_mouse, // RIDE_TYPE_WILD_MOUSE
|
||||
0, // RIDE_TYPE_MULTI_DIMENSION_ROLLER_COASTER
|
||||
0, // RIDE_TYPE_MULTI_DIMENSION_ROLLER_COASTER_ALT
|
||||
|
||||
@@ -303,6 +303,7 @@ TRACK_PAINT_FUNCTION get_track_paint_function_haunted_house(int trackType, int d
|
||||
TRACK_PAINT_FUNCTION get_track_paint_function_circus_show(int trackType, int direction);
|
||||
TRACK_PAINT_FUNCTION get_track_paint_function_ghost_train(int trackType, int direction);
|
||||
TRACK_PAINT_FUNCTION get_track_paint_function_twister_rc(int trackType, int direction);
|
||||
TRACK_PAINT_FUNCTION get_track_paint_function_side_friction_rc(int trackType, int direction);
|
||||
TRACK_PAINT_FUNCTION get_track_paint_function_wild_mouse(int trackType, int direction);
|
||||
TRACK_PAINT_FUNCTION get_track_paint_function_virginia_reel(int trackType, int direction);
|
||||
TRACK_PAINT_FUNCTION get_track_paint_function_splash_boats(int trackType, int direction);
|
||||
|
||||
Reference in New Issue
Block a user