From 5dff645173d74eba5078f47344315c11f19682da Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Tue, 1 Apr 2025 15:26:16 -0400 Subject: Cleanup 0.0099999998f -> 0.01f 4 space indents Unnecessary parentheses from Ghidra etc --- src/d/d_com_inf_game.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/d/d_com_inf_game.cpp') diff --git a/src/d/d_com_inf_game.cpp b/src/d/d_com_inf_game.cpp index 126b9b67..be9060a2 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -561,8 +561,7 @@ s8 dComIfGp_getReverb(int param_0) { return dStage_roomRead_dt_c_GetReverbStage(*dComIfGp_getStageRoom(), param_0); } -/* 800534C4-800535B8 .text dComIfGd_setSimpleShadow2__FP4cXyzffR13cBgS_PolyInfosfP9_GXTexObj - */ +/* 800534C4-800535B8 .text dComIfGd_setSimpleShadow2__FP4cXyzffR13cBgS_PolyInfosfP9_GXTexObj */ int dComIfGd_setSimpleShadow2(cXyz* i_pos, f32 groundY, f32 param_2, cBgS_PolyInfo& i_floorPoly, s16 i_angle, f32 param_5, GXTexObj* i_tex) { if (i_floorPoly.ChkSetInfo() && C_BG_MIN_HEIGHT != groundY) { -- cgit v1.2.3