fix general points.

This commit is contained in:
Duan Tao 2018-12-26 23:39:20 +08:00
parent ae1629fcb0
commit 2575ffd01f

View File

@ -22,6 +22,8 @@ class GreatPersonManager {
toReturn.freeGreatPeople=freeGreatPeople
toReturn.greatPersonPoints=greatPersonPoints.clone()
toReturn.pointsForNextGreatPerson=pointsForNextGreatPerson
toReturn.pointsForNextGreatGeneral = pointsForNextGreatGeneral
toReturn.greatGeneralPoints = greatGeneralPoints
return toReturn
}