mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
eeeba977ea
Replace `ENSURE` with recoverable error handling. Introduce a new error type so that it's distinguishable from other errors. When such an error occurs the program exits with `EXIT_FAILURE`. Fixes: #7475