diff options
Diffstat (limited to 'src/code_80086E70.c')
| -rw-r--r-- | src/code_80086E70.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_80086E70.c b/src/code_80086E70.c index c5823deef..b84c55696 100644 --- a/src/code_80086E70.c +++ b/src/code_80086E70.c @@ -954,15 +954,15 @@ UNUSED bool func_80088F94(s32 objectIndex, Player* player, f32 arg2) { return var_v1; } -void func_80088FF0(Player* player) { - player->unk_08C = 0.0f; +void reset_player_speed_and_velocity(Player* player) { + player->kartPropulsionStrength = 0.0f; player->currentSpeed = 0.0f; player->velocity[0] = 0.0f; player->velocity[2] = 0.0f; } UNUSED void func_8008900C(Player* player) { - player->unk_08C = 0.0f; + player->kartPropulsionStrength = 0.0f; player->currentSpeed = 0.0f; } |
