dxx-rebirth/similar
Kp a1ab71f5ad Avoid calling make_unique<...>({})
The compiler may or may not recognize that the temporary T{} passed to
make_unique can be omitted.  Help it by passing nothing, then explicitly
clearing the returned data as a separate step.
2016-08-06 19:55:24 +00:00
..
2d Mark global constants as constexpr 2016-07-23 04:10:42 +00:00
3d Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
arch Avoid calling make_unique<...>({}) 2016-08-06 19:55:24 +00:00
editor Fix wall_remove_side bogus use of IS_CHILD on wallnum 2016-07-21 01:43:20 +00:00
main Avoid calling make_unique<...>({}) 2016-08-06 19:55:24 +00:00
misc Fix inverted sense of -use_players_dir 2016-07-22 02:25:17 +00:00