Fix syntax error (#639)

* Rename some stack vars

* Update collision.c
This commit is contained in:
MegaMech
2024-06-15 14:08:34 -06:00
committed by GitHub
parent a3cfaae2ba
commit 975b96265c
+2 -1
View File
@@ -1917,7 +1917,8 @@ void func_802AF314(void) {
s16 minZ;
s32 scaledZ;
s32 scaledX;
UNUSED s32 pad2[2];
s32 courseLengthX;
s32 courseLengthZ;
s32 index;
courseLengthX = (s32) gCourseMaxX - gCourseMinX;
courseLengthZ = (s32) gCourseMaxZ - gCourseMinZ;