mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 12:01:43 +00:00
parent
4a7b9736b4
commit
79d30d3c1c
1 changed files with 2 additions and 0 deletions
|
|
@ -157,10 +157,12 @@ void exclamation_box_act_4(void) {
|
|||
}
|
||||
|
||||
void exclamation_box_act_5(void) {
|
||||
o->oExclamationBoxForce = FALSE;
|
||||
if (o->oTimer > 300)
|
||||
o->oAction = 2;
|
||||
}
|
||||
void exclamation_box_act_6(void) {
|
||||
o->oExclamationBoxForce = FALSE;
|
||||
if (o->oTimer > 1000)
|
||||
obj_mark_for_deletion(o);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue