From 650c1251b0a70ad6876054e94f3c74c75a7d8338 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 10 Feb 2017 11:58:45 -0600 Subject: [PATCH 1/1] i made that messy complex palette experiment noisy as fuck again --- src/lib/16_vlpal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/16_vlpal.c b/src/lib/16_vlpal.c index 02e52298..87664c77 100755 --- a/src/lib/16_vlpal.c +++ b/src/lib/16_vlpal.c @@ -40,7 +40,7 @@ void modexchkcolor(imgtestpal_t *bmp, word *q, word *a, word *aa, word *z, word printf("wwwwwwwwwwwwwwww\n"); #endif //check palette for dups - for(; (*z)0)&&((*i)-q)%3==0 && (p[((*i)-q)]==p[((*i)-q)+3] && p[((*i)-q)+1]==p[((*i)-q)+4] && p[((*i)-q)+2]==p[((*i)-q)+5])) outp(PAL_DATA_REG, p[(*i)-q]); else -- 2.39.2