dxx-rebirth/similar
Kp 8d25cf4162 Define newmenu_item::*_specific_type::nm_type
The *_specific_type structures have a static member `nm_type`.  In -O0
builds, an out-of-line definition of this member is required, but was
not present.  In -O2 builds, the optimizer happened to remove all
references to the out-of-line definition, so the link succeeded despite
not having a definition.  Add that definition.
2016-09-28 01:56:12 +00:00
..
2d Move OGL to dxxsconf.h; rename to DXX_USE_OGL 2016-09-24 18:06:11 +00:00
3d Factor out set_color_by_model_light color 2016-09-26 00:50:09 +00:00
arch Fix _g3_draw_poly declaration/definition inconsistency 2016-09-26 00:50:09 +00:00
editor Save some editor gadget pointers 2016-09-24 18:06:11 +00:00
main Define newmenu_item::*_specific_type::nm_type 2016-09-28 01:56:12 +00:00
misc Rename MAX_JOYSTICKS to DXX_MAX_JOYSTICKS 2016-09-25 04:52:48 +00:00