Fixed a warning in src/video/vid_voodoo_render.c.

This commit is contained in:
OBattler
2025-01-08 11:38:46 +01:00
parent 573f4c89cb
commit 80735cc70a

View File

@@ -970,7 +970,6 @@ voodoo_half_triangle(voodoo_t *voodoo, voodoo_params_t *params, voodoo_state_t *
int colbfog_r = 0;
int colbfog_g = 0;
int colbfog_b = 0;
int colbfog_a = 0;
int msel_r;
int msel_g;
int msel_b;