dxx-rebirth/similar
Kp be706e190e Move wall_close_door_num copy loop up
There are two callers for wall_close_door_num.  The editor calls it in a
loop for all doors, so copying each active_door is wasteful since none
will survive the end of the loop.  Move the copy loop into the caller
that removes elements selectively.

This makes no attempt to fix the bugs associated with changing
Num_open_doors while iterating with Num_open_doors as an upper bound.
2016-11-26 22:51:47 +00:00
..
2d Change all occurrences of "Couldn't" to "Could not" for consistency ("Could not" is more common and wins). 2016-11-13 13:27:18 +08:00
3d Rename WORDS_NEED_ALIGNMENT to DXX_WORDS_NEED_ALIGNMENT 2016-10-09 17:35:03 +00:00
arch Unify OpenGL extension handling between OpenGL and OpenGL ES code paths. 2016-11-03 21:59:11 +01:00
editor Fix crash when pressing Meta key (or Command key for Macs) in editor 2016-11-15 17:20:35 +08:00
main Move wall_close_door_num copy loop up 2016-11-26 22:51:47 +00:00
misc Fixed compile-time errors when using use_udp=0. Still some warnings but it builds. 2016-10-31 11:21:59 +01:00