Go to file
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
common Remove write-only Escort_kill_object 2017-09-26 04:15:50 +00:00
contrib Add Gentoo ebuilds for beta 2017-04-08 16:48:19 +00:00
d1x-rebirth Use reference for robot_info 2017-08-26 19:47:51 +00:00
d2x-rebirth Remove write-only Escort_kill_object 2017-09-26 04:15:50 +00:00
Documentation Require support for reference qualified methods 2016-12-10 17:51:07 +00:00
similar Drop useless test in render_side 2017-09-26 04:15:50 +00:00
.gitattributes Add experimental Windows manifest 2017-08-02 02:49:12 +00:00
.gitignore
COPYING.txt
GPL-3.txt
INSTALL.markdown Fix Ubuntu package name in INSTALL.markdown 2016-12-23 02:56:55 +00:00
SConstruct Prefer dict.get() over try/except KeyError in SConstruct 2017-09-26 04:15:50 +00:00