mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-03 06:01:27 +00:00
Local unlocking door star spawns again
This commit is contained in:
parent
53f7a36819
commit
404d201955
1 changed files with 2 additions and 4 deletions
|
@ -920,10 +920,8 @@ s32 act_unlocking_star_door(struct MarioState *m) {
|
|||
case 1:
|
||||
if (is_anim_at_end(m)) {
|
||||
if (m->playerIndex == 0 || allowRemoteStarSpawn) {
|
||||
if (m->playerIndex != 0) {
|
||||
allowRemoteStarSpawn = FALSE;
|
||||
spawn_object(m->marioObj, MODEL_STAR, bhvUnlockDoorStar);
|
||||
}
|
||||
if (m->playerIndex != 0) { allowRemoteStarSpawn = FALSE; }
|
||||
spawn_object(m->marioObj, MODEL_STAR, bhvUnlockDoorStar);
|
||||
}
|
||||
m->actionState++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue