dxx-rebirth/similar
Kp a7ec4ccd63 Avoid uninitialized reads when saving game
player_info::cloak_time is only defined if the player is cloaked.
player_info::invulnerable_time is only defined if the player is
invulnerable.

In both cases, the game save code tried to read the ::*_time variable
even when it was undefined.  Modify the saving code to check player
flags before reading the associated timer.
2017-01-01 00:45:46 +00:00
..
2d Pass canvas to gr_rect 2017-01-01 00:45:45 +00:00
3d Factor out point_list setup 2017-01-01 00:45:45 +00:00
arch Pass canvas to gr_disk 2016-12-29 03:27:13 +00:00
editor Pass canvas to gr_clear_canvas 2017-01-01 00:45:45 +00:00
main Avoid uninitialized reads when saving game 2017-01-01 00:45:46 +00:00
misc Fix failure to unmap custom hogs 2016-12-17 18:39:18 +00:00