dxx-rebirth/common
Kp baa187801b Add special case to make past releases not die on various segnums
All releases to date have a bug where they treat certain segment number
fields as an int, not a segment number.  Storing segment_none (0xffff)
into the save file causes affected releases to crash in various places
because it fails to recognize that this is segment_none.

Current code correctly treats segment_none as a non-segment and works
correctly without this hack.  The hack is only required to get past
releases to work correctly after loading a saved game written by current
code.
2017-01-21 19:05:43 +00:00
..
2d Make grs_bitmap::bm_flags private 2017-01-15 00:03:13 +00:00
3d
arch Fix 'declaration shadows a field of 'dcx::ogl_sync'' warning 2017-01-13 12:30:09 +08:00
editor Pass canvas to gr_{,u}string 2017-01-08 22:32:00 +00:00
include Add special case to make past releases not die on various segnums 2017-01-21 19:05:43 +00:00
main Raise MAX_WALLS to 255 2017-01-18 03:06:02 +00:00
maths
mem
misc Use ugly preprocessor hook hack to fix Clang build failure 2017-01-07 19:09:04 +00:00
texmap Make grs_bitmap::bm_flags private 2017-01-15 00:03:13 +00:00
ui Pass canvas to gr_{,u}string 2017-01-08 22:32:00 +00:00