mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 03:06:29 +00:00
2026a5fece
GetGUIObjectByName was previously made stricter, logging an error if it doesn't find the target object. This commit deals with the resulting error-causing (invalid) calls, by deleting them if they're unnecessary or converting them to the new TryGetGUIObjectByName (which doesn't log any errors).