(svn r23300) -Add: show on the GUI when a town grows and make a general framework to store goals of a town

This commit is contained in:
truebrain
2011-11-23 16:07:14 +00:00
parent 68b133c110
commit f906ebd2a5
6 changed files with 122 additions and 79 deletions

View File

@@ -566,7 +566,7 @@ static const OldChunks town_chunk[] = {
OCL_SVAR( OC_FILE_U32 | OC_VAR_U16, Town, statues ),
OCL_NULL( 2 ), ///< num_houses, no longer in use
OCL_SVAR( OC_FILE_U8 | OC_VAR_U16, Town, time_until_rebuild ),
OCL_SVAR( OC_FILE_U8 | OC_VAR_I16, Town, growth_rate ),
OCL_SVAR( OC_FILE_U8 | OC_VAR_U16, Town, growth_rate ),
OCL_SVAR( OC_FILE_U16 | OC_VAR_U32, Town, supplied[CT_PASSENGERS].new_max ),
OCL_SVAR( OC_FILE_U16 | OC_VAR_U32, Town, supplied[CT_MAIL].new_max ),