mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-26 14:03:01 +00:00
Slight improvement to small breakable box sync
This commit is contained in:
parent
c214800faf
commit
66af03c41d
1 changed files with 3 additions and 1 deletions
|
@ -20,9 +20,11 @@ void bhv_breakable_box_small_init(void) {
|
|||
obj_set_hitbox(o, &sBreakableBoxSmallHitbox);
|
||||
o->oAnimState = 1;
|
||||
o->activeFlags |= ACTIVE_FLAG_UNK9;
|
||||
network_init_object(o, 500.0f);
|
||||
network_init_object(o, 1000.0f);
|
||||
network_init_object_field(o, &o->oBreakableBoxSmallReleased);
|
||||
network_init_object_field(o, &o->oBreakableBoxSmallFramesSinceReleased);
|
||||
network_init_object_field(o, &o->oAnimState);
|
||||
network_init_object_field(o, &o->oFlags);
|
||||
}
|
||||
|
||||
void small_breakable_box_spawn_dust(void) {
|
||||
|
|
Loading…
Reference in a new issue