Hi,
> - for (int i = 0; i < numKilled; i++)
> + for (int i = so->currPos.firstItem; i <= so->currPos.lastItem; i++)
Does the above change mean it will have to do more work in the loop?
Whereas before it visited strictly killed, it now has to go through all
of them?
Kind regards,
Mircea Cadariu