| # | Line 112 | Line 112 | int x0, y0, x1, y1; | |
|---|---|---|
| 112 | ||
| 113 | if (is_stump(&qtrunk)) | |
| 114 | return; | |
| 115 | < | if (!qtMapLeaves((lim[0][0]=x0) <= 0 & (lim[1][0]=y0) <= 0 & |
| 116 | < | (lim[0][1]=x1) >= odev.hres-1 & (lim[1][1]=y1) >= odev.vres-1)) |
| 115 | > | if (!qtMapLeaves(((lim[0][0]=x0) <= 0) & ((lim[1][0]=y0) <= 0) & |
| 116 | > | ((lim[0][1]=x1) >= odev.hres-1) & ((lim[1][1]=y1) >= odev.vres-1))) |
| 117 | return; | |
| 118 | redraw(&qtrunk, 0, 0, odev.hres, odev.vres, lim); | |
| 119 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |