mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Update src/object_functions.c
Co-authored-by: AntonioCastelli <aatcastelli@gmail.com>
This commit is contained in:
co-authored by
AntonioCastelli
parent
dd9c77f276
commit
20fe53029e
@@ -1702,7 +1702,7 @@ void obj_loop_goldenballoon(Object *obj, s32 speed) {
|
||||
if (settings->worldId != 0) {
|
||||
settings->balloonsPtr[0]++;
|
||||
}
|
||||
settings->courseFlagsPtr[settings->courseId] |= flag;
|
||||
settings->courseFlagsPtr[settings->courseId] |= flag;
|
||||
func_80001EA8(573, obj->x_position, obj->y_position, obj->z_position, NULL);
|
||||
obj->unk7C.word = 16;
|
||||
obj->unk74 = 2;
|
||||
|
||||
Reference in New Issue
Block a user