Skip to content
Snippets Groups Projects
Commit 3e9cf128 authored by Luna's avatar Luna
Browse files

Fix MD2s

redenchiladafind
parent 68ceb932
Branches
No related tags found
No related merge requests found
...@@ -1085,7 +1085,7 @@ void HWR_DrawMD2(gr_vissprite_t *spr) ...@@ -1085,7 +1085,7 @@ void HWR_DrawMD2(gr_vissprite_t *spr)
if (!cv_grmd2.value) if (!cv_grmd2.value)
return; return;
if (!spr->precip) if (spr->precip)
return; return;
// MD2 colormap fix // MD2 colormap fix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment