Fix other uninitialized variable warnings

This commit is contained in:
Jaime Passos 2020-10-13 00:14:27 -03:00
parent 1ea3bd8fff
commit f2aca01e2b
1 changed files with 1 additions and 1 deletions

View File

@ -1456,7 +1456,7 @@ static void R_ProjectSprite(mobj_t *thing)
INT32 dispoffset = thing->info->dispoffset;
//SoM: 3/17/2000
fixed_t gz, gzt;
fixed_t gz = 0, gzt = 0;
INT32 heightsec, phs;
INT32 light = 0;
fixed_t this_scale = thing->scale;