| # | Line 161 | Line 161 | thispage() /* rewind current file */ | |
|---|---|---|
| 161 | initfile() /* initialize this file */ | |
| 162 | { | |
| 163 | static int filenum = 0; | |
| 164 | + | /* |
| 165 | static unsigned char cmap[24] = {255,255,255, 255,152,0, 0,188,0, 0,0,255, | |
| 166 | 179,179,0, 255,0,255, 0,200,200, 0,0,0}; | |
| 167 | + | */ |
| 168 | + | static unsigned char cmap[24] = {0,0,0, 0,0,255, 0,188,0, 255,152,0, |
| 169 | + | 0,200,200, 255,0,255, 179,179,0, 255,255,255}; |
| 170 | struct hdStruct thead; | |
| 171 | register int i; | |
| 172 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |