dxx-rebirth/similar
Kp 6bd653bb16 Drop useless test in render_side
Descent 2, but not Descent 1, had a useless test in render_side:

	type == QUAD ? 0 :
		type == TRI_13 ? 1 :
		0

This is useless since, if type is not QUAD, the second expression will
apply.  If type is QUAD, then the type is not TRI_13, so the second
expression would choose the same result as the first.  The extra
comparison does not save any work, so it is useless.  Remove it.
2017-09-26 04:15:50 +00:00
..
2d Pass grs_bitmap to gr_pixel 2017-03-11 19:56:23 +00:00
3d Require vms_angvec &for g3_start_instance_angles 2017-08-26 19:47:51 +00:00
arch Report compiled/loaded library versions at verbose level 2017-08-26 19:47:51 +00:00
editor Pass canvas to meddraw draw_listed_segments 2017-08-26 19:47:51 +00:00
main Drop useless test in render_side 2017-09-26 04:15:50 +00:00
misc Fix check_header_includes=1 poison.h 2017-02-19 19:33:36 +00:00