| # | Line 28 | Line 28 | register SRCINDEX *si; /* source index (modified to | |
|---|---|---|
| 28 | while (++si->sp >= si->np) { /* get next sample */ | |
| 29 | if (++si->sn >= nsources) | |
| 30 | return(0.0); /* no more */ | |
| 31 | < | if (srcsizerat <= FTINY) |
| 31 | > | if (source[si->sn].sflags & SSKIP) |
| 32 | > | si->np = 0; |
| 33 | > | else if (srcsizerat <= FTINY) |
| 34 | nopart(si, r); | |
| 35 | else { | |
| 36 | for (i = si->sn; source[i].sflags & SVIRTUAL; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |