dxx-rebirth/common
Kp ac29854007 Reset boss teleport time on boss initialization
User roncli reports[1] an original game bug that prevents boss
teleportation from operating correctly if the program is not restarted
between each campaign.  This is another case of a global variable being
used improperly.  Reset the relevant variables when the boss is
initialized.

[1] https://github.com/dxx-rebirth/dxx-rebirth/issues/366#issuecomment-373199624
2018-03-15 04:05:42 +00:00
..
2d Remove build_colormap_good parameter used 2018-03-08 04:21:18 +00:00
3d Simplify calc_rod_corners loops 2017-08-26 19:47:51 +00:00
arch Guard event_get_idle_seconds in #if DXX_USE_EDITOR 2018-02-10 22:23:36 +00:00
editor Simplify calls to gr_set_default_canvas 2017-11-05 20:49:08 +00:00
include Store MarkerObject as imobjidx, not objnum 2018-03-10 18:32:02 +00:00
main Reset boss teleport time on boss initialization 2018-03-15 04:05:42 +00:00
maths Move EDITOR to dxxsconf.h; rename to DXX_USE_EDITOR 2016-09-11 18:49:16 +00:00
mem Use array<> for memdebug data 2016-10-29 23:16:15 +00:00
misc Simplify reporting fatal errors 2017-08-11 23:43:52 +00:00
texmap Move various SDL-only texture mapping functions to !DXX_USE_OGL 2017-11-01 02:01:21 +00:00
ui Convert various gr_set_current_canvas calls to reference form 2017-11-05 20:49:08 +00:00