dxx-rebirth/similar
Kp d5e520bc7b Fix failure to send robot creation message if one creation fails
If at least two robots would be dropped, and a drop failed, then
object_create_robot_egg would report failure to the caller.  Callers
that check the return code treat any failure as total failure, but that
is not guaranteed to be true.  If the game successfully dropped one
robot and failed when dropping a second, then the caller would receive a
status of failure.

Fix this by returning a status of whether at least one object was
created.
2022-02-06 16:12:31 +00: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 Remove unused-but-set variables in ogl_texture_stats 2022-01-15 20:39:10 +00:00
editor Use enumerated_array for unique_side::uvls 2022-01-15 20:39:10 +00:00
main Fix failure to send robot creation message if one creation fails 2022-02-06 16:12:31 +00:00
misc Use enum class for VR StereoFormat 2021-09-12 16:20:52 +00:00