white space

This commit is contained in:
Bill Currie 2001-05-24 04:50:12 +00:00
parent 3cc3392a8a
commit d87d374fcf
2 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ V_CalcPowerupCshift (void)
return;
if (gl_dlight_polyblend->int_val
|| !(gl_dlight_lightmap->int_val && gl_dlight_polyblend->int_val)) {
|| !(gl_dlight_lightmap->int_val && gl_dlight_polyblend->int_val)) {
V_CalcGlowCshift ();
} else {
V_CalcItemCshift ();

View File

@ -121,8 +121,8 @@ V_CalcPowerupCshift (void)
INFO_CSHIFT_POWERUP))
return;
if (gl_dlight_polyblend->int_val ||
!(gl_dlight_lightmap->int_val && gl_dlight_polyblend->int_val)) {
if (gl_dlight_polyblend->int_val
|| !(gl_dlight_lightmap->int_val && gl_dlight_polyblend->int_val)) {
V_CalcGlowCshift ();
} else {
V_CalcItemCshift ();