mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-19 16:00:22 -04:00
[modding] Train Refactor (#105)
* train * Update code_80005FD0.c * Update code_80005FD0.c
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ void generate_ferry_waypoints(void);
|
||||
void spawn_vehicle_on_road(VehicleStuff*);
|
||||
void spawn_course_vehicles(void);
|
||||
void set_vehicle_pos_waypoint(TrainCarStuff*, Path2D*, u16);
|
||||
void init_vehicles_trains(void);
|
||||
void init_vehicles_trains(size_t, size_t, f32);
|
||||
void sync_train_components(TrainCarStuff*, s16);
|
||||
void update_vehicle_trains(void);
|
||||
void func_80012DC0(s32, Player*);
|
||||
|
||||
Reference in New Issue
Block a user