| # | Line 122 | Line 122 | int len | |
|---|---|---|
| 122 | } | |
| 123 | } | |
| 124 | } else if (tms->flags & TM_F_BW) { | |
| 125 | < | cmon[RED] = cmon[GRN] = cmon[BLU] = li; |
| 125 | > | for (j = 3; j--; ) |
| 126 | > | cs[3*i+j] = tms->cdiv[j]/(TM_BRES>>8); |
| 127 | > | continue; |
| 128 | } else { | |
| 129 | for (j = 3; j--; ) | |
| 130 | cmon[j] *= (cmon[j] > 0); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |