Clarify vehicle ticking and fix some func spellings (#781)

* Update cpu_vehicles_camera_path.c

* fix spelling

* renames
This commit is contained in:
MegaMech
2026-08-11 21:18:46 -06:00
committed by GitHub
parent ae9178b781
commit 58cfcb022e
5 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ extern TrackPathPoint* gTrackRightPaths[];
**/
// PathPoint types?
extern s16* gTrackSectionTypes[];
// Based on analyse_angle_path this may be angles between path point
// Based on analyze_path_angle this may be angles between path point
// gPathExpectedRotation[i] = atan2(path_point_i, path_point_i+1)?
extern s16* gPathExpectedRotation[];
// No idea. Adjacency list?