http://www.maxinmontreal.com/forums/viewtopic.php?f=156&t=9818
Some loop-counters are not local (i and nit),
strange exits from the loop:
if (opp_pokval>pl_pokval)
{
pParent->_los++;
i = nopp+999;
}
and comparisions outside
if (i!=nopp+1000)
{
That look like bad code and should be refactored in the future
Original issue reported on code.google.com by thehighfish@googlemail.com on 23 Dec 2009 at 7:12
Original issue reported on code.google.com by
thehighfish@googlemail.com
on 23 Dec 2009 at 7:12