S3_1 kill_unit() assigning pointer from action_auto_perf_unit_do() to bool
kill_unit() has: "escaped = action_auto_perf_unit_do( ..." where 'escaped' is a boolean, and action_auto_perf_unit_do() returns a pointer. Breaks c23 build.
Master is affected, and attached patch applies there too.
kill_unit() has: "escaped = action_auto_perf_unit_do( ..." where 'escaped' is a boolean, and action_auto_perf_unit_do() returns a pointer. Breaks c23 build.