Update src/object_functions.c

Co-authored-by: AntonioCastelli <aatcastelli@gmail.com>
This commit is contained in:
David Benepe
2022-02-15 23:53:05 -05:00
committed by GitHub
co-authored by AntonioCastelli
parent 7a6f430538
commit ca2ec932d9
+1 -1
View File
@@ -824,7 +824,7 @@ void obj_loop_airzippers_waterzippers(Object *obj, s32 speed) {
}
if ((obj->unk4C->unk13 < 100) && !(obj->unk6 & 0x4000)) {
racerObjs = get_object_struct_array(&numObjects);
for(i = 0; i < numObjects; i++){
for (i = 0; i < numObjects; i++) {
curRacerObj = racerObjs[i];
racerObj64 = (Object_64_Racer*)curRacerObj->unk64;
if ((racerObj64->unk1F5 == 0) && (racerObj64->unk1D3 < 15)) {