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
12 boat->wheelRot += DEGREES(5);
13}
#define DEGREES(degree)
Definition defines.h:347
void update_actor_paddle_boat(struct PaddleWheelBoat *boat)
Updates the paddle boat actor. Actor used in DK's Jungle Parkway. Rotate only the paddle wheel,...
Definition update.inc.c:11
Definition actor_types.h:248
s16 wheelRot
Definition actor_types.h:252