Upgraded the portal code to work with the new tagManager system. Was uncompilable

This commit is contained in:
ZZYZX 2015-06-07 21:27:20 +03:00
commit d0df4c1744
3 changed files with 4 additions and 3 deletions

View file

@ -2597,7 +2597,7 @@ void R_DrawParticle (vissprite_t *vis)
{
DWORD bg = bg2rgb[*dest];
bg = (fg+bg) | 0x1f07c1f;
*dest = RGB32k[0][0][bg & (bg>>15)];
*dest = RGB32k.All[bg & (bg>>15)];
dest += spacing;
}
}