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);
"new reference" mistake
-
- Posts: 1816
- Joined: Wed Jul 16, 2003 7:21 am
- Location: NJ, USA
"new reference" mistake
Randy, I think there's a mistake in this part of the new reference