mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-29 15:33:01 +00:00
Merge pull request #302 from Isaac0-dev/apple
put everyone in the jumbo star cutscene if one person is in it
This commit is contained in:
commit
b05c7ccf74
1 changed files with 4 additions and 0 deletions
|
@ -402,6 +402,10 @@ void network_receive_player(struct Packet* p) {
|
||||||
LOG_INFO("%s entered the debug free fly state", np->name);
|
LOG_INFO("%s entered the debug free fly state", np->name);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if (np->currLevelNum == LEVEL_BOWSER_3 && m->action == ACT_JUMBO_STAR_CUTSCENE && gMarioStates[0].action != ACT_JUMBO_STAR_CUTSCENE) {
|
||||||
|
set_mario_action((struct MarioState*) &gMarioStates[0], ACT_JUMBO_STAR_CUTSCENE, 0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void network_update_player(void) {
|
void network_update_player(void) {
|
||||||
|
|
Loading…
Reference in a new issue