mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-22 00:41:00 +00:00
allow VID_ShiftPalette to do something in experimental code
This commit is contained in:
parent
746d94487d
commit
c5b98914ae
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue