From 5973b7a5320f311d4de7f48d61f1a054b7ac07a2 Mon Sep 17 00:00:00 2001 From: Wanne Date: Fri, 29 Sep 2006 05:49:41 +0000 Subject: [PATCH] - bugfix: CTD when loading a savegame after an auto save was loaded -> Autosave works now ;-) git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@517 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 1 + gamedir/Data/Ja2_Options.INI | 1 + 2 files changed, 2 insertions(+) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index b6eceef2d..767be1afe 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -57,6 +57,7 @@ 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 diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index fb8ff5e31..81a07b5a9 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -57,6 +57,7 @@ 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