summaryrefslogtreecommitdiff
path: root/src/code_80005FD0.c
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-07-03 06:36:53 -0600
committerGitHub <noreply@github.com>2025-07-03 06:36:53 -0600
commitf9d2b51a53046b8ae9f15a11e969e466fa0e741a (patch)
treea8187ef33fce034a4b6bdc620f5c5d78403d8662 /src/code_80005FD0.c
parent99689a3f70d8cb38178f92b87ecdcdbbdb200429 (diff)
Clear Podium Actors, Path debug info (#405)
* Various Changes * Update code_80005FD0.c * Update code_80005FD0.c
Diffstat (limited to 'src/code_80005FD0.c')
-rw-r--r--src/code_80005FD0.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code_80005FD0.c b/src/code_80005FD0.c
index 14098e7bf..c05617ee4 100644
--- a/src/code_80005FD0.c
+++ b/src/code_80005FD0.c
@@ -3728,6 +3728,8 @@ void load_track_path(s32 pathIndex) {
if (!bInvalidPath) {
var_v0 = func_80011014(pathDest, path, sp24, pathIndex);
gPathCountByPathIndex[pathIndex] = (u16) var_v0;
+ } else {
+ printf("PathTable is invalid. It has %d path points\n It may also be missing the end tag.\n", i);
}
}
}