diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2026-08-11 21:07:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-11 21:07:08 -0600 |
| commit | cf3bcb52f84689ee1d73e79f0c771f7cd1ac0b6c (patch) | |
| tree | a4658a3f82e8a5afb1479e6f91309c3b90d0e98b /include | |
| parent | d7ccb8b3308a43bc92288005397839a65f69390d (diff) | |
Fix spellings (#743)
Diffstat (limited to 'include')
| -rw-r--r-- | include/waypoints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/waypoints.h b/include/waypoints.h index 3798eae9e..e6c3e8380 100644 --- a/include/waypoints.h +++ b/include/waypoints.h @@ -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? |
