Fix spellings (#743)

This commit is contained in:
MegaMech
2026-08-11 21:07:08 -06:00
committed by GitHub
parent d7ccb8b330
commit cf3bcb52f8
3 changed files with 7 additions and 7 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?