allow VID_ShiftPalette to do something in experimental code

This commit is contained in:
Bill Currie 2000-01-19 08:15:30 +00:00
parent 746d94487d
commit c5b98914ae

View file

@ -352,7 +352,9 @@ InitSig(void)
void VID_ShiftPalette(unsigned char *p)
{
// VID_SetPalette(p);
#ifdef _EXPERIMENTAL_
VID_SetPalette(p);
#endif
}
void VID_SetPalette (unsigned char *palette)