Merge branch 'fix-md2s' into 'next'

Fix md2s

shoutouts to MI for breaking them accidentally

I was about to just commit this straight to next but it's the perfect reason of why code review is beneficial and I'd be a hypocrite to point that out and then skip the process

See merge request !28
This commit is contained in:
Monster Iestyn 2016-01-13 22:20:31 -05:00
commit 4eb8ba7bf7
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@ void HWR_DrawMD2(gr_vissprite_t *spr)
if (!cv_grmd2.value)
return;
if (!spr->precip)
if (spr->precip)
return;
// MD2 colormap fix