diff --git a/src/game/behaviors/cap.inc.c b/src/game/behaviors/cap.inc.c index 44e1ad50..78407f05 100644 --- a/src/game/behaviors/cap.inc.c +++ b/src/game/behaviors/cap.inc.c @@ -250,6 +250,8 @@ void bhv_normal_cap_loop(void) { if (cap_set_hitbox() == 1) save_file_clear_flags(SAVE_FLAG_CAP_ON_GROUND); + + obj_set_model(o, gMarioStates[network_local_index_from_global(o->globalPlayerIndex)].character->capModelId); } void bhv_vanish_cap_init(void) {