summaryrefslogtreecommitdiff
path: root/game/options.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-08-06 16:47:46 -0300
committerJesusaves <cpntb1@ymail.com>2022-08-06 16:47:46 -0300
commit38187653c556a347d4bec623d8603fef6ef0c5e9 (patch)
tree18ee11827b66ee5d965b6f2729c01e9a039595e9 /game/options.rpy
parentcff66e8edc93db7586e22773fbee189f9116e824 (diff)
downloadclient-38187653c556a347d4bec623d8603fef6ef0c5e9.tar.gz
client-38187653c556a347d4bec623d8603fef6ef0c5e9.tar.bz2
client-38187653c556a347d4bec623d8603fef6ef0c5e9.tar.xz
client-38187653c556a347d4bec623d8603fef6ef0c5e9.zip
DO NOT hardcode port number
Diffstat (limited to 'game/options.rpy')
-rw-r--r--game/options.rpy3
1 files changed, 1 insertions, 2 deletions
diff --git a/game/options.rpy b/game/options.rpy
index f2297a3..4ef2a51 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -26,6 +26,7 @@ init -2 python:
define gui.show_name = True
define _confirm_quit = False
define config.gl2 = False
+define config.allow_underfull_grids = True
## Debug
#define config.profile = True
@@ -262,5 +263,3 @@ init python:
define build.include_update = True
-define config.allow_underfull_grids = True
-