diff --git a/src/r_main.c b/src/r_main.c index 91c0c31c..cfdea623 100644 --- a/src/r_main.c +++ b/src/r_main.c @@ -290,7 +290,7 @@ static void R_InitTextureMapping(void) fov = FIELDOFVIEW; slopefrac = finetangent[FINEANGLES / 4 + fov / 2]; focallength = FixedDiv(centerxfrac_nonwide, slopefrac); - lightfocallength = focallength; + lightfocallength = centerxfrac_nonwide; projection = centerxfrac_nonwide; if (centerxfrac != centerxfrac_nonwide)