shithub: qk1

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