entryway
Forum Staple
Posts: 2522
Registered: 01-04 |
raithe said:
That monster highlighting crosshair
monster highlighting crosshair?
heh
code: // search for targets
P_AimLineAttack(players[displayplayer].mo,
players[displayplayer].mo->angle,
16*64*FRACUNIT, 0);
if(tm->linetarget)
{
// target found
crosshair->color = targetcolour; // default
Should it be highlighted for ressurected monsters?
Last edited by entryway on 12-26-09 at 20:01
|