diff options
-rw-r--r-- | game/options.rpy | 2 |
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. |