mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-11 04:56:19 +00:00
7773b9b204
- Removed use of erase() in the middle of iterating through projectiles in CProjectileManager - that was dangerous! Replaced projectiles vector with a linked list to make it easy and efficient to delete elements in the middle. - Fixed animation. It seemed like a problem with updating the Y position came up and was more apparent as we lowered the turn length. This was SVN commit r5593.