Moderator
M
Moderator
08:23, 15th Jun 2010
Hanky:
I found some things that should be improved:
- remove those DoNothing functions
- the way how you are indexing is too inefficient, change that
- your missile launcher loop don't need to be active all the time
- there's no need to loop through the whole array
- you should check the map boundarys for the missiles
- there's no real need to set the missile_registry array everytime to null
That's all I found for now. When you have fixed those points message me or some other spell moderator.
Hanky:
I found some things that should be improved:
- remove those DoNothing functions
- the way how you are indexing is too inefficient, change that
- your missile launcher loop don't need to be active all the time
- there's no need to loop through the whole array
- you should check the map boundarys for the missiles
- there's no real need to set the missile_registry array everytime to null
That's all I found for now. When you have fixed those points message me or some other spell moderator.