mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Prevent chain chomp from hurting people in cutscene
This commit is contained in:
parent
378ab6edc1
commit
47122758d8
1 changed files with 3 additions and 0 deletions
|
|
@ -452,6 +452,9 @@ static void chain_chomp_act_move(void) {
|
|||
#ifndef NODRAWINGDISTANCE
|
||||
}
|
||||
#endif
|
||||
if (o->oChainChompReleaseStatus != CHAIN_CHOMP_NOT_RELEASED) {
|
||||
cur_obj_become_intangible();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue