From 210ada1b514a173de5a2426f99cd25c95b23efaf Mon Sep 17 00:00:00 2001 From: truelight Date: Thu, 12 Aug 2004 17:49:16 +0000 Subject: (svn r27) -Fix: [1006715] Autorenew issues -Add: PE_CURRENCY to patchmenu --- settings.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'settings.c') diff --git a/settings.c b/settings.c index 259312cc2..cbd0ffe44 100644 --- a/settings.c +++ b/settings.c @@ -837,7 +837,8 @@ static const SettingDesc patch_settings[] = { {"servint_aircraft", SDT_UINT16, (void*)100,(void*)offsetof(Patches, servint_aircraft)}, {"autorenew", SDT_BOOL, (void*)false,(void*)offsetof(Patches, autorenew)}, - {"autorenew_months", SDT_UINT16, (void*)-12, (void*)offsetof(Patches, autorenew_months)}, + {"autorenew_months", SDT_INT16, (void*)-6, (void*)offsetof(Patches, autorenew_months)}, + {"autorenew_money", SDT_INT32, (void*)100000, (void*)offsetof(Patches, autorenew_money)}, {"new_pathfinding", SDT_BOOL, (void*)false, (void*)offsetof(Patches, new_pathfinding)}, {"pf_maxlength", SDT_UINT16, (void*)512, (void*)offsetof(Patches, pf_maxlength)}, -- cgit v1.2.3-54-g00ecf