mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 21:35:37 +00:00

Always use the "slow path", because it stores and unstores the unit, triggering the desired side effects of unstoring a unit. Fixes issue #5133, and tests that with the new unit test. Fixes bug #4978, that changing the facing wasn't updating the display. This corresponds to 1.16's commit 13c5d8a96ead8d2a7f0435f60b8ec7f7e0af0972, that commit merely disabled the fast path to be a minimal change.