dxx-rebirth/similar
Kp 6b5bf5a549 Always check for valid cside for wall1
Previously, if the wall0 test failed, the short-circuit effect of
boolean AND allowed the code to skip initializing wall1, even when cside
and its wall_num should have caused wall1 to be non-NULL.  Swap the
order of the tests so that the short-circuit only skips statements that
have no side effects.

Fixes: 0635dbf108 ("Pass trigger &")
2016-04-05 01:10:18 +00:00
..
2d Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
3d Factor out 3d interpreter functions 2016-03-19 19:08:10 +00:00
arch Factor out ogl_draw_vertex_reticle conditional calls 2016-04-05 01:10:18 +00:00
editor Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
main Always check for valid cside for wall1 2016-04-05 01:10:18 +00:00
misc Move file-local classes into anonymous namespace 2016-03-04 04:12:35 +00:00