From c2c7f613bdfc53c8c8535348adc853f3fa877e1d Mon Sep 17 00:00:00 2001 From: Wanne Date: Sun, 1 Oct 2006 10:59:35 +0000 Subject: [PATCH] new exe (587) - bugfix: CTD on maps with tanks - feature: Added INI Setting and ability to manually train mobile militia at a cost (MILITIA_COST_MODIFIER, MUST_TRAIN_MOBILE_MILITIA) - feature: Added INI setting and ability to train veteran militia (TRAIN_VETERAN_MILITIA) - feature: Moved auto save from ja2_options.ini to option screen git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@526 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 4 ++-- gamedir/Data/Ja2_Options.INI | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 29b0aa685..36c3dad94 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -57,8 +57,8 @@ INSANE_CASH = 15000 ; After each players turn the game will save. You see a "Save" notification in tactical screen. ; To load an auto save go to options screen -> save/load screen and press ALT+A (for the latest save) or ALT+B (for former save). ;****************************************************************************************************************************** - -USE_AUTO_SAVE = FALSE +; Moved to option screen +;USE_AUTO_SAVE = FALSE ;****************************************************************************************************************************** diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index c81b90871..8b8ef06dc 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -57,8 +57,8 @@ INSANE_CASH = 15000 ; After each players turn the game will save. You see a "Save" notification in tactical screen. ; To load an auto save go to options screen -> save/load screen and press ALT+A (for the latest save) or ALT+B (for former save). ;****************************************************************************************************************************** - -USE_AUTO_SAVE = FALSE +; Moved to option screen +;USE_AUTO_SAVE = FALSE ;******************************************************************************************************************************