summaryrefslogtreecommitdiff
path: root/src/code_80005FD0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code_80005FD0.c')
-rw-r--r--src/code_80005FD0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code_80005FD0.c b/src/code_80005FD0.c
index a9ddf4917..b06034bf7 100644
--- a/src/code_80005FD0.c
+++ b/src/code_80005FD0.c
@@ -24,7 +24,7 @@
#include "bomb_kart.h"
#include "courses/all_course_data.h"
#include <assets/common_data.h>
-#include "common_structs.h"
+#include <common_structs.h>
#include "main.h"
#include "menus.h"
#include "code_80091750.h"
@@ -1412,7 +1412,7 @@ void func_800090F0(s32 playerId, Player *player) {
f32 func_80009258(UNUSED s32 playerId, f32 arg1, f32 arg2) {
f32 temp_f2 = D_8016344C - arg2;
f32 temp_f12 = arg1 - D_8016344C;
- return gCourseTimer - ( (COURSE_TIMER_ITER * temp_f2) / (temp_f2 + temp_f12) );
+ return gCourseTimer - ( (COURSE_TIMER_ITER_f * temp_f2) / (temp_f2 + temp_f12) );
}
#ifdef NON_MATCHING