summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorVincent Glize <vincentglize@hotmail.fr>2017-06-05 09:43:21 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-06-05 09:43:21 +0200
commitdfd79c086b88e3b4d34def44253fb053b4fdeedd (patch)
treede560a81629fd2870cce347e859b2e1a5f370415 /minetest.conf.example
parent718121df91764c810dbc0556a3d216c5d849b4ff (diff)
downloadminetest-dfd79c086b88e3b4d34def44253fb053b4fdeedd.tar.gz
minetest-dfd79c086b88e3b4d34def44253fb053b4fdeedd.tar.bz2
minetest-dfd79c086b88e3b4d34def44253fb053b4fdeedd.zip
Fixed #5907 Documentation for screen_h and screen_w (#5909)
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index c933047dd..c032fa9e9 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -549,11 +549,11 @@ max_out_chat_queue_size = 20
# Width component of the initial window size.
# type: int
-# screenW = 800
+# screen_w = 800
# Height component of the initial window size.
# type: int
-# screenH = 600
+# screen_h = 600
# Save the window size automatically when modified.
# type: bool