1
0
forked from mirrors/0ad
Files
0ad/source/simulation
Matei 7773b9b204 # Some fixes to projectiles
- 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.
2008-02-03 09:10:15 +00:00
..
2007-12-20 19:57:41 +00:00
2007-12-20 19:57:41 +00:00
2008-02-03 09:10:15 +00:00
2008-02-03 09:10:15 +00:00
2007-10-11 08:00:05 +00:00
2008-02-03 09:10:15 +00:00
2008-02-03 09:10:15 +00:00