dxx-rebirth/similar
Chris Taylor 4cc801f42f Remove calls to window_close(Game_wind) when game finished or over
Replace calls to window_close(Game_wind) with returning window_event_result::close to game handler. Applies to when DoEndGame() is called, DoGameOver() is called, aborting in the kmatrix screen (multiplayer game) during AdvanceLevel() and playing one demo frame causes playback to stop in GameProcessFrame(). Closing a window within its handler is problematic - it can result in an unstable state.
2017-01-08 21:08:50 +08: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 Remove calls to window_close(Game_wind) within close_editor 2017-01-08 21:03:41 +08:00
main Remove calls to window_close(Game_wind) when game finished or over 2017-01-08 21:08:50 +08:00
misc