mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Add generated Twister RC
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -6292,7 +6292,7 @@ const TRACK_PAINT_FUNCTION_GETTER RideTypeTrackPaintFunctions[91] = {
|
||||
get_track_paint_function_facility, // RIDE_TYPE_FIRST_AID
|
||||
get_track_paint_function_circus_show, // RIDE_TYPE_CIRCUS_SHOW
|
||||
get_track_paint_function_ghost_train, // RIDE_TYPE_GHOST_TRAIN
|
||||
0, // RIDE_TYPE_TWISTER_ROLLER_COASTER
|
||||
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_wild_mouse, // RIDE_TYPE_WILD_MOUSE
|
||||
|
||||
@@ -302,6 +302,7 @@ TRACK_PAINT_FUNCTION get_track_paint_function_twist(int trackType, int direction
|
||||
TRACK_PAINT_FUNCTION get_track_paint_function_haunted_house(int trackType, int direction);
|
||||
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_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