summaryrefslogtreecommitdiff
path: root/src/racing
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-07-05 19:05:46 -0600
committerGitHub <noreply@github.com>2025-07-05 19:05:46 -0600
commit94ad7879caca8540bbfe39612167441374568b4d (patch)
tree4749ed14ebf12581606553af9add11cb1299dd15 /src/racing
parent248e8fd54216a65b62fa439dc121d5ee27e20024 (diff)
Fix Harder CPU Items (#421)
* Fix crash * Poorly document camera * Fix harder cpu items --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/racing')
-rw-r--r--src/racing/actors_extended.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/racing/actors_extended.c b/src/racing/actors_extended.c
index fb7a8aeeb..0aed659ad 100644
--- a/src/racing/actors_extended.c
+++ b/src/racing/actors_extended.c
@@ -878,7 +878,7 @@ void use_thunder_item(Player* player) {
}
}
-// Handles item use?
+// Handles item use
void player_use_item(Player* player) {
s32 playerId = player - gPlayerOne;