Remove 2 second freeze after a star spawns
This commit is contained in:
parent
a8f76be263
commit
c738a2c27d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue