mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-26 04:27:19 +00:00
537a141867
Destroying INVALID_ENTITY is valid and should do nothing. The current code will send MT_Destroy messages when doing this, which is un-necessary work and feels kind of broken to me. Early-exit instead. Reviewed By: Itms Differential Revision: https://code.wildfiregames.com/D1736 This was SVN commit r22300.