Mario Kart 64
Loading...
Searching...
No Matches
update.inc.c
Go to the documentation of this file.
1#include <ultra64.h>
2#include <actor_types.h>
3
10 boat->wheelRot += 0x38E;
11}
Definition actor_types.h:238
s16 wheelRot
Definition actor_types.h:242
void update_actor_paddle_boat(struct PaddleWheelBoat *boat)
Rotates paddle boat's wheel.
Definition update.inc.c:9