Cleanup whitespace changes from SRB2_release_2.2.9

This commit is contained in:
Alam Ed Arias 2022-11-11 20:38:52 -05:00
parent 6445ef3b70
commit 7e0fa2d34c
7 changed files with 15 additions and 15 deletions

View file

@ -448,7 +448,7 @@ void B_KeysToTiccmd(mobj_t *mo, ticcmd_t *cmd, boolean forward, boolean backward
cmd->forwardmove += MAXPLMOVE<<FRACBITS>>16;
if (backward)
cmd->forwardmove -= MAXPLMOVE<<FRACBITS>>16;
if (left)
if (left)
cmd->angleturn += 1280;
if (right)
cmd->angleturn -= 1280;

View file

@ -16,7 +16,7 @@
#ifdef HWRENDER
#include "hw_glob.h"
#include "hw_light.h"
#include "hw_light.h
#include "hw_drv.h"
#include "hw_batching.h"
@ -3222,7 +3222,7 @@ static void HWR_Subsector(size_t num)
*rover->topheight,
*gl_frontsector->lightlist[light].lightlevel,
rover->alpha-1 > 255 ? 255 : rover->alpha-1, rover->master->frontsector,
HWR_RippleBlend(gl_frontsector, rover, false) | (rover->blend ? HWR_GetBlendModeFlag(rover->blend) : PF_Translucent),
HWR_RippleBlend(gl_frontsector, rover, false) | (rover->blend ? HWR_GetBlendModeFlag(rover->blend) : PF_Translucent),
false, *gl_frontsector->lightlist[light].extra_colormap);
}
else