dxx-rebirth/similar
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
..
2d Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
3d Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
arch Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
editor Fix wall_remove_side bogus use of IS_CHILD on wallnum 2016-07-21 01:43:20 +00:00
main Remove unnecessary wall number check in kill_stuck_objects 2016-07-21 01:43:22 +00:00
misc Rewrite simple pointer casts from C style to reinterpret_cast<> 2016-06-05 01:04:26 +00:00