mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 14:15:25 +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