dxx-rebirth/similar
Kp 2e6b5e8467 Add special case to make past releases not die on Dead_controlcen_object_num
All releases to date have a bug where they treat
Dead_controlcen_object_num as an int, not an object number.  Storing
object_none (0xffff) into the save file causes affected releases to
crash when treating object_none as a valid object number.

Current code correctly treats object_none as a non-object and works
correctly without this hack.  The hack is only required to get past
releases to survive destroying the reactor after loading a saved game
written by current code.

Fixes: 9125ae32cd ("Make objnum unsigned")
2017-01-21 19:05:43 +00:00
..
2d Make grs_bitmap::bm_flags private 2017-01-15 00:03:13 +00:00
3d Factor out point_list setup 2017-01-01 00:45:45 +00:00
arch Pass active palette to ogl_loadtexture 2017-01-15 00:03:13 +00:00
editor Use range_for in editor/group.cpp 2017-01-21 19:05:42 +00:00
main Add special case to make past releases not die on Dead_controlcen_object_num 2017-01-21 19:05:43 +00:00
misc Fix failure to unmap custom hogs 2016-12-17 18:39:18 +00:00