mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Prevent Bowser Bombs from blowing up other bombs in later stages
This commit is contained in:
parent
08e8ecfc97
commit
29a53cd1c0
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ static void bhv_bowser_bomb_interacted(void) {
|
|||
|
||||
void bhv_bowser_bomb_loop(void) {
|
||||
if (!network_sync_object_initialized(o)) {
|
||||
networkBowserBombHit = 0;
|
||||
struct SyncObject* so = network_init_object(o, SYNC_DISTANCE_ONLY_EVENTS);
|
||||
so->syncDeathEvent = FALSE;
|
||||
network_init_object_field(o, &networkBowserBombHit);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue