(svn r24619) -Change: Check for bankruptcy on a monthly basis (ZxBioHazardZx)

This commit is contained in:
planetmaker
2012-10-20 22:05:26 +00:00
parent b446780f01
commit f2e94237fc
7 changed files with 39 additions and 14 deletions

View File

@@ -926,7 +926,7 @@ static const OldChunks _company_chunk[] = {
OCL_SVAR( OC_UINT8, Company, colour ),
OCL_SVAR( OC_UINT8, Company, money_fraction ),
OCL_SVAR( OC_UINT8, Company, quarters_of_bankruptcy ),
OCL_SVAR( OC_UINT8, Company, months_of_bankruptcy ),
OCL_SVAR( OC_FILE_U8 | OC_VAR_U16, Company, bankrupt_asked ),
OCL_SVAR( OC_FILE_U32 | OC_VAR_I64, Company, bankrupt_value ),
OCL_SVAR( OC_UINT16, Company, bankrupt_timeout ),