dxx-rebirth/common
Kp 0909b126ac Simplify gr_rle_expand_scanline_generic
Both the `if` and `else` paths had the same loop and post-loop
processing.  The `if` path was a strict subset of the `else` path.  The
`else` path had one setup statement, and was otherwise equal to the `if`
path.  Move the shared statements outside the guarded path.
2017-10-06 01:59:09 +00:00
..
2d Simplify gr_rle_expand_scanline_generic 2017-10-06 01:59:09 +00:00
3d Simplify calc_rod_corners loops 2017-08-26 19:47:51 +00:00
arch Decorate OpenGL messages 2017-08-26 19:47:51 +00:00
editor Cache canvas in print_clock 2017-02-11 21:42:34 +00:00
include Pass canvas to menubar_init 2017-09-26 04:15:50 +00:00
main Remove write-only Escort_kill_object 2017-09-26 04:15:50 +00:00
maths
mem Use array<> for memdebug data 2016-10-29 23:16:15 +00:00
misc Simplify reporting fatal errors 2017-08-11 23:43:52 +00:00
texmap Simplify draw_tmap interpolation 2017-03-10 01:22:24 +00:00
ui Pass canvas to menubar_init 2017-09-26 04:15:50 +00:00