shithub: qk1

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