summaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-24 13:29:07 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-24 13:29:07 -0300
commitfa132c93e3c218150c8982fa8a45c2cf8c41d957 (patch)
tree683b1505a67292846bb1d886c2c10952e35814c4 /game
parent48da5cb94d1de3c04fdb821c00310b3a57680959 (diff)
downloadclient-fa132c93e3c218150c8982fa8a45c2cf8c41d957.tar.gz
client-fa132c93e3c218150c8982fa8a45c2cf8c41d957.tar.bz2
client-fa132c93e3c218150c8982fa8a45c2cf8c41d957.tar.xz
client-fa132c93e3c218150c8982fa8a45c2cf8c41d957.zip
Close the game immediately when requested, without prompts.
This allows desktop version to mimic better the Android version.
Diffstat (limited to 'game')
-rw-r--r--game/options.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/options.rpy b/game/options.rpy
index eb9bd1b..c034f7f 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -24,7 +24,7 @@ init -2 python:
## this to False to hide the title.
define gui.show_name = True
-
+define _confirm_quit = False
## Text that is placed on the game's about screen. Place the text between the
## triple-quotes, and leave a blank line between paragraphs.