mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 14:48:11 +00:00
d117d96d22
Deserialize SYSTEM_ENTITY before any other entities. This makes it safe for Deserialize() methods to access system components (mirroring how Init() can already access system components). Add a Deserialized message, sent after all entities have been deserialized, to help with some other sequencing problems. This was SVN commit r15264.