From 77e882c3bd01976039b01c1c662f2e61fc10f132 Mon Sep 17 00:00:00 2001 From: dominik Date: Mon, 13 Dec 2004 22:10:12 +0000 Subject: (svn r1076) Feature: Patch setting to autosave the game on exit If you set autosave_on_exit = true in openttd.cfg, your game will be saved as exit.sav in the autosave folder and you won't be asked if you want to quit the game any more. --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 9756d5047..667bd4a83 100644 --- a/variables.h +++ b/variables.h @@ -148,6 +148,7 @@ typedef struct Patches { uint32 colored_news_date; // when does newspaper become colored? bool keep_all_autosave; // name the autosave in a different way. + bool autosave_on_exit; // save an autosave when you quit the game, but do not ask "Do you really want to quit?" bool extra_dynamite; // extra dynamite bool never_expire_vehicles; // never expire vehicles -- cgit v1.2.3-54-g00ecf