Upgraded the portal code to work with the new tagManager system. Was uncompilable
This commit is contained in:
parent
31cad858d9
commit
d0df4c1744
3 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue