From c7fa7baf1f424d6e003473879d8d015067817fe7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 30 Jun 2007 12:43:53 +0000 Subject: Added global support for the (so far undocumented) confirm_exit config key svn-id: r27788 --- engines/scumm/input.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines') diff --git a/engines/scumm/input.cpp b/engines/scumm/input.cpp index b6b1ec33c7..ffcb7d03f2 100644 --- a/engines/scumm/input.cpp +++ b/engines/scumm/input.cpp @@ -188,10 +188,7 @@ void ScummEngine::parseEvents() { break; case Common::EVENT_QUIT: - if (ConfMan.getBool("confirm_exit")) - confirmExitDialog(); - else - _quit = true; + _quit = true; break; default: -- cgit v1.2.3