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
ca2ec932d9
commit
dec7396394
@@ -869,7 +869,7 @@ void obj_init_groundzipper(Object *arg0, LevelObjectEntry_GroundZipper *entry) {
|
||||
arg0->unk4C->unk12 = 0;
|
||||
arg0->unk4C->unk16 = -0x64;
|
||||
arg0->unk4C->unk17 = 0x64;
|
||||
if (get_filtered_cheats() & 0x200000) {
|
||||
if (get_filtered_cheats() & CHEAT_TURN_OFF_ZIPPERS) {
|
||||
gParticlePtrList_addObject(arg0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user