Replace float with f32

This commit is contained in:
Ryan Dwyer
2019-12-24 22:59:00 +10:00
parent 95102b8ee5
commit 7312362c46
25 changed files with 254 additions and 254 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ extern u32 var80067b30;
extern u32 var80067b78;
extern u32 g_CountdownTimerVisible;
extern bool g_CountdownTimerRunning;
extern float g_CountdownTimerValue;
extern f32 g_CountdownTimerValue;
extern u32 g_StageFlags;
extern struct audiodefinition audiodefinitions[];