[modding] Train Refactor (#105)

* train

* Update code_80005FD0.c

* Update code_80005FD0.c
This commit is contained in:
MegaMech
2024-10-05 15:42:55 -06:00
committed by GitHub
parent 75297759ee
commit e5f4fdddda
4 changed files with 49 additions and 74 deletions
+1 -1
View File
@@ -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*);