diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-01 15:26:16 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-01 15:26:16 -0400 |
| commit | 5dff645173d74eba5078f47344315c11f19682da (patch) | |
| tree | 76d8399a206da0148bd8a51959a16bb911993c27 /src/d/d_com_inf_game.cpp | |
| parent | ecd9b48113bcf496486494b9685c900e5f0205c9 (diff) | |
Cleanup
0.0099999998f -> 0.01f
4 space indents
Unnecessary parentheses from Ghidra
etc
Diffstat (limited to 'src/d/d_com_inf_game.cpp')
| -rw-r--r-- | src/d/d_com_inf_game.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |
