# | Line 472 | Line 472 | render( /* render the scene */ | |
---|---|---|
472 | /* fill bar */ | |
473 | fillscanbar(scanbar, zbar, hres, ypos, ystep); | |
474 | if (directvis) /* add bitty sources */ | |
475 | < | drawsources(scanbar, zbar, 0, hres, ypos, ystep); |
475 | > | drawsources((COLORV **)scanbar, zbar, 0, hres, ypos, ystep); |
476 | /* write it out */ | |
477 | #ifdef SIGCONT | |
478 | signal(SIGCONT, SIG_IGN); /* don't interrupt writes */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |