More -Wpointer-arith fixes

This commit is contained in:
Luke Street
2026-02-28 19:38:29 -07:00
parent a4bf64a86e
commit f65e364fad
39 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -1602,7 +1602,7 @@ s32 dPa_control_c::getPolyColor(cBgS_PolyInfo& param_0, int param_1, _GXColor* p
return 0;
}
if (param_1 == NULL) {
if (param_1 == 0) {
dKy_pol_eff_prim_get(&param_0, param_2);
dKy_pol_eff_env_get(&param_0, param_3);
*param_4 = dKy_pol_eff_alpha_get(&param_0);