mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
Synchronized Spindels
This commit is contained in:
parent
e6dd75a44c
commit
262e65f288
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ void bhv_spindel_init(void) {
|
|||
o->oHomeY = o->oPosY;
|
||||
o->oSpindelUnkF4 = 0;
|
||||
o->oSpindelUnkF8 = 0;
|
||||
|
||||
network_init_object(o, 4000.0f);
|
||||
network_init_object_field(o, &o->oSpindelUnkF4);
|
||||
network_init_object_field(o, &o->oSpindelUnkF8);
|
||||
network_init_object_field(o, &o->oAngleVelPitch);
|
||||
network_init_object_field(o, &o->oMoveAnglePitch);
|
||||
}
|
||||
|
||||
void bhv_spindel_loop(void) {
|
||||
|
|
Loading…
Reference in a new issue