"new reference" mistake

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
User avatar
cccp_leha
Posts: 1816
Joined: Wed Jul 16, 2003 7:21 am
Location: NJ, USA

"new reference" mistake

Post by cccp_leha »

Randy, I think there's a mistake in this part of the new reference
The standard white light. This is the only light color Doom used:
Sector_SetColor (1, 255, 255, 255);

Red light. This removes the red and green components of the original color so that only red is left:
Sector_SetColor (1, 255, 0, 0);
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm

Post by randi »

Fixed.

Return to “General”