mirror of
https://github.com/n64decomp/mk64
synced 2026-08-14 04:22:30 -04:00
Clarify vehicle ticking and fix some func spellings (#781)
* Update cpu_vehicles_camera_path.c * fix spelling * renames
This commit is contained in:
+1
-1
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user