dxx-rebirth/similar
Kp 3fab4bfeb5 Fix uninitialized write of segment light_subtracted
Levels which fit in MAX_SEGMENTS_ORIGINAL read exactly
MAX_SEGMENTS_ORIGINAL segments worth of light_subtracted, even though
fewer segments were defined.  Prepare light_subtracted into a temporary
stack buffer instead of doing byte-at-a-time writes.  Initialize this
stack buffer to 0 when necessary.  Write the buffer once it is fully
prepared.
2017-01-01 00:45:46 +00:00
..
2d Pass canvas to gr_rect 2017-01-01 00:45:45 +00:00
3d Factor out point_list setup 2017-01-01 00:45:45 +00:00
arch Pass canvas to gr_disk 2016-12-29 03:27:13 +00:00
editor Pass canvas to gr_clear_canvas 2017-01-01 00:45:45 +00:00
main Fix uninitialized write of segment light_subtracted 2017-01-01 00:45:46 +00:00
misc Fix failure to unmap custom hogs 2016-12-17 18:39:18 +00:00