mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-12-22 16:30:23 +00:00
Remove 2 second freeze after a star spawns
This commit is contained in:
parent
a8f76be263
commit
c738a2c27d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue