Go to file
Kp e446965511 Remove unnecessary wall number check in kill_stuck_objects
Callers are expected to filter out invalid numbers.  Even if they do
not, the only use of the number is to match entries in Stuck_objects.
An invalid match could cause a call to vobjptr() with an invalid index,
but that would be diagnosed by the valptridx checking, so no invalid
memory access will occur.
2016-07-21 01:43:22 +00:00
common Remove unnecessary wall number check in kill_stuck_objects 2016-07-21 01:43:22 +00:00
contrib Update Xcode project file listing (for editing purposes) 2016-03-06 13:05:37 +08:00
d1x-rebirth Use constexpr for MAX_BITMAP_FILES 2016-07-14 01:59:05 +00:00
d2x-rebirth Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
Documentation Add TODO item for namespace changes 2015-12-18 04:08:24 +00:00
similar Remove unnecessary wall number check in kill_stuck_objects 2016-07-21 01:43:22 +00:00
.gitignore
COPYING.txt
GPL-3.txt
INSTALL.markdown
SConstruct Respect verbosebuild=0 for Windows resource files 2016-07-16 16:52:04 +00:00