| # | Line 385 | Line 385 | int fl; | |
|---|---|---|
| 385 | ||
| 386 | if (clr->flags & fl) /* already done */ | |
| 387 | return; | |
| 388 | < | if (!(clr->flags & (C_SXY|C_SSPEC)) /* nothing set */ |
| 388 | > | if (!(clr->flags & (C_CSXY|C_CSSPEC))) /* nothing set */ |
| 389 | *clr = c_dfcolor; | |
| 390 | else if (fl & C_CSXY) { /* cspec -> cxy */ | |
| 391 | x = y = z = 0.; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |