More tweaking of stuff, fixed a minor bug in the loc stuff, may still

have the crash causer though.
This commit is contained in:
Zephaniah E. Hull 2000-10-07 04:06:08 +00:00
parent 903fc1583e
commit dbda53e93b
4 changed files with 8 additions and 22 deletions

View file

@ -548,7 +548,7 @@ static void R_DrawAliasModel (entity_t *e)
// allways give the gun some light
if (e == &cl.viewent)
shadelight = min(shadelight, 24);
shadelight = max(shadelight, 24);
for (lnum=0 ; lnum<MAX_DLIGHTS ; lnum++)
{