Remove 2 second freeze after a star spawns

This commit is contained in:
Agent X 2024-06-13 18:39:39 -04:00
parent a8f76be263
commit c738a2c27d
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ void bhv_star_spawn_init(void) {
else
cutscene_object(CUTSCENE_RED_COIN_STAR_SPAWN, o);
gMarioStates[0].freeze = 60;
// gMarioStates[0].freeze = 60;
set_time_stop_flags(TIME_STOP_ENABLED | TIME_STOP_MARIO_AND_DOORS);
o->activeFlags |= ACTIVE_FLAG_INITIATED_TIME_STOP;
}