824 |
824 |
825 {"autorenew", SDT_BOOL, (void*)false, &_patches.autorenew, NULL}, |
825 {"autorenew", SDT_BOOL, (void*)false, &_patches.autorenew, NULL}, |
826 {"autorenew_months", SDT_INT16, (void*)-6, &_patches.autorenew_months, NULL}, |
826 {"autorenew_months", SDT_INT16, (void*)-6, &_patches.autorenew_months, NULL}, |
827 {"autorenew_money", SDT_INT32, (void*)100000,&_patches.autorenew_money, NULL}, |
827 {"autorenew_money", SDT_INT32, (void*)100000,&_patches.autorenew_money, NULL}, |
828 |
828 |
|
829 {"population_in_label", SDT_BOOL, (void*)true, &_patches.population_in_label, NULL}, |
|
830 |
829 {NULL, 0, NULL, NULL, NULL} |
831 {NULL, 0, NULL, NULL, NULL} |
830 }; |
832 }; |
831 |
833 |
832 // Non-static, needed in network_server.c |
834 // Non-static, needed in network_server.c |
833 const SettingDesc patch_settings[] = { |
835 const SettingDesc patch_settings[] = { |