diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-06-19 22:26:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 16:26:04 -0600 |
| commit | 5d7cf20c83bf49e6b27f07684535727506526012 (patch) | |
| tree | d5a02b39520ff255f4b1ffc557be5026d481427c /src/data/path_spawn_metadata.c | |
| parent | 602141fb11e2614583caa23b250ca115ce451c99 (diff) | |
pr Code 80005fd0 (#181)
* fix error
* a lot of change
* basic rename of local variable
* continue rename and improve Enhancements
* re-apply change
* revert the remove of dma_texture and fix mtxf_multiplication
* more documentation port
* some fix
* more fix
* fix arround
* Update torch
* fix spelling
---------
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/data/path_spawn_metadata.c')
| -rw-r--r-- | src/data/path_spawn_metadata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/path_spawn_metadata.c b/src/data/path_spawn_metadata.c index 49a61aa58..0cab6fe13 100644 --- a/src/data/path_spawn_metadata.c +++ b/src/data/path_spawn_metadata.c @@ -12,7 +12,7 @@ #include <assets/frappe_snowland_data.h> #include <assets/dks_jungle_parkway_data.h> -TrackWaypoint nullPath = { 0x8000, 0x0000, 0x0000, 0x0000 }; +TrackPathPoint nullPath = { 0x8000, 0x0000, 0x0000, 0x0000 }; // I think the types for gAIDistances, gMarioRacewayAIDistances, and D_800DCBB4 are all // wrong in some way based on their usage in func_800088D8 |
