From 92256c9e07a0866c3b8f2101f5c2522b988eb56e Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 7 Apr 2015 19:23:09 -0500 Subject: [PATCH] added a reminder for me todo something wwww modified: src/lib/modex16.c --- src/lib/modex16.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lib/modex16.c b/src/lib/modex16.c index c290957a..786cd1fa 100644 --- a/src/lib/modex16.c +++ b/src/lib/modex16.c @@ -846,7 +846,13 @@ void chkcolor(bitmap_t *bmp, word *q, word *a, word *aa, word *z, word *i/*, wor //++++ (*i)--; // (*z)--; - //expand dong here! + //expand dong here +/* +planned features that i plan to implement~ +image that has values on the pallete list! +wwww + +*/ a[(((*z)+(*q)))]=zz; (*aa)=(((*z)+(*q))); printf("!! a[%02d]: %d\n", (((*z)+(*q))/3), zz/3); -- 2.39.5