mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Fix blue coin in boo value
This commit is contained in:
parent
f92c956ea2
commit
e16f3eb075
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ void coin_inside_boo_act_1(void) {
|
|||
}
|
||||
cur_obj_move_standard(-30);
|
||||
bhv_coin_sparkles_init();
|
||||
if (cur_obj_has_model(MODEL_BLUE_COIN))
|
||||
if (cur_obj_has_model(smlua_model_util_load(E_MODEL_BLUE_COIN)))
|
||||
o->oDamageOrCoinValue = 5;
|
||||
if (cur_obj_wait_then_blink(400, 20))
|
||||
obj_mark_for_deletion(o);
|
||||
|
|
Loading…
Reference in a new issue