mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-17 07:35:43 +00:00
e4ed1d52b9
moved some fields (e.g. size of health bar) out of CEntity and into BaseEntity so they can be shared between entities (instead of duplicated in each). TODO: is it ok to remove AddProperty for those properties in CEntity? (BaseEntity is still adding them) This was SVN commit r4078.