shithub: qk1

ref: 2bfad690ae30f86e7c4c85e4b1efc2331122b338
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++];
}