From aa612bcf917603771ce064fb014d794fa6d406a1 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Sat, 1 Nov 2014 23:52:17 -0400 Subject: [PATCH] whiteline checkup --- src/hardware/hw_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hardware/hw_main.c b/src/hardware/hw_main.c index f87af0741..43be6ed0b 100644 --- a/src/hardware/hw_main.c +++ b/src/hardware/hw_main.c @@ -2791,7 +2791,7 @@ static void HWR_RenderPolyObjectPlane(polyobj_t *polysector, fixed_t fixedheight static void HWR_AddPolyObjectPlanes(void) { size_t i; - sector_t *polyobjsector; + sector_t *polyobjsector; // Polyobject Planes need their own function for drawing because they don't have extrasubsectors by themselves // It should be okay because polyobjects should always be convex anyway @@ -4829,7 +4829,7 @@ static void HWR_DrawSkyBackground(player_t *player) // Y angle = aimingangle; - + float aspectratio = (float)vid.width/(float)vid.height; dimensionmultiply = ((float)textures[skytexture]->height/(128.0f*aspectratio)); float angleturn = (((float)ANGLE_45-1.0f)*aspectratio)*dimensionmultiply;