Change: set the default setting for autorenew to on for new games (#8352)

This commit is contained in:
Tyler Trahan
2020-12-15 03:58:37 -05:00
committed by GitHub
parent 8c42f3a8d4
commit f2a93dba0d
3 changed files with 4 additions and 2 deletions

View File

@@ -433,6 +433,7 @@ function Regression::Company()
print(" GetAutoRenewStatus(); " + AICompany.GetAutoRenewStatus(AICompany.COMPANY_SELF));
print(" SetAutoRenewStatus(true); " + AICompany.SetAutoRenewStatus(true));
print(" SetAutoRenewStatus(false); " + AICompany.SetAutoRenewStatus(false));
print(" GetAutoRenewStatus(); " + AICompany.GetAutoRenewStatus(AICompany.COMPANY_SELF));
print(" GetAutoRenewMonths(); " + AICompany.GetAutoRenewMonths(AICompany.COMPANY_SELF));
print(" SetAutoRenewMonths(-12); " + AICompany.SetAutoRenewMonths(-12));
print(" GetAutoRenewMonths(); " + AICompany.GetAutoRenewMonths(AICompany.COMPANY_SELF));