dxx-rebirth/similar
Arne de Bruijn 7e5b17ff82 Send periodic endlevel packets after last level
Add periodic calls to send_endlevel_packet in kmatrix if
Control_center_destroyed is false.

Needed because after finishing the last level, kmatrix is called from a
different place where Control_center_destroyed is already false.

It looks like this issue was introduced in Rebirth 0.56 with the
split off of the ipx code (febe5d1). That commit removes the call to
multi_endlevel_poll2 from kmatrix_view, which did the same periodic
sends. (Maybe because in D1 Control_center_destroyed was always true
in kmatrix so it was not needed there.)

Reported-by: snytek <#520>
Fixes: febe5d1 ("Abstracting networking protocols")
2022-01-18 17:03:30 +01:00
..
2d Fix SDL-only build 2021-11-01 03:37:20 +00:00
3d Move rotate_point_list inline in g3_interpreter_draw_base 2021-11-01 03:37:20 +00:00
arch Added high DPI flag to SDL 2.0 builds for macOS 2021-12-22 14:26:05 -08:00
editor Use enum class for station_number 2021-11-01 03:37:20 +00:00
main Send periodic endlevel packets after last level 2022-01-18 17:03:30 +01:00
misc Use enum class for VR StereoFormat 2021-09-12 16:20:52 +00:00