SpaghettiKart/src/actors/boat.inc.c

4 lines
94 B
C

void update_actor_paddle_wheel(struct PaddleWheelBoat *boat) {
boat->wheelRot += 0x38E;
}