| # | Line 179 | Line 179 | MAT4 pm; | |
|---|---|---|
| 179 | } | |
| 180 | if (source[sn].sflags & SFLAT) { /* behind source? */ | |
| 181 | multv3(nsnorm, source[sn].snorm, pm); | |
| 182 | < | if (checkspot(&ourspot, nsnorm) < 0) |
| 182 | > | if (!checkspot(&ourspot, nsnorm)) |
| 183 | return(-1); | |
| 184 | } | |
| 185 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |