shithub: qk1

ref: 6e674de088f8ce0b55bd4f51369b46f90d63abba
dir: /pal.c/

View raw version
#include "quakedef.h"

void
pal2xrgb(int n, s32int *pal, u8int *s, u32int *d)
{
	while(n-- > 0)
		*d++ = pal[*s++];
}