shithub: qk1

ref: 042cdd0a45e01b52d76f5e6045b23815b948a4fc
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++];
}