It's been reset. It was a floating point error that showed the winning side as having 71.999999999 of their own fields instead of the 72 that they had and needed to trigger the war reset.
Some times coding is a pita.the line FieldPer = (float)CountryFieldCnt/(float)BaseFieldCntis the culprit.the expression (float)((float)72/(float)80) evaluates to 0.89999998 instead of 0.9Hence it is less then 90%HiTech