mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-08 23:06:00 +00:00
5738bd4820
* replace all "return ERR_*" with WARN_RETURN(ERR_*) - makes sure function failures are noticed *at the cause*, not later * LibError_from_* now take bool warn_if_failed param * replace more debug_warns with dedicated error codes (allows localized error reports and doesn't spam the EXE with strings) This was SVN commit r3722.