mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-03 05:32:54 +00:00
Fix dereferencing uninitialized pointer
This commit is contained in:
parent
157366ba77
commit
fb61700f41
1 changed files with 1 additions and 1 deletions
|
|
@ -4667,7 +4667,7 @@ void HWR_RenderFrame(INT32 viewnumber, player_t *player, boolean skybox)
|
|||
{
|
||||
angle_t a1;
|
||||
const float fpov = FIXED_TO_FLOAT(cv_fov.value+player->fovadd);
|
||||
postimg_t *postprocessor;
|
||||
postimg_t *postprocessor = &postimgtype[0];
|
||||
INT32 i;
|
||||
|
||||
// set window position
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue