Fixed #5907 Documentation for screen_h and screen_w (#5909)
authorVincent Glize <vincentglize@hotmail.fr>
Mon, 5 Jun 2017 07:43:21 +0000 (09:43 +0200)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Mon, 5 Jun 2017 07:43:21 +0000 (09:43 +0200)
builtin/settingtypes.txt
minetest.conf.example

index ba3339d32017ac571264851633d4899761f10b09..a0a4d80e51e29a6a23ca4e6befd1e7a7c7a7d210 100644 (file)
@@ -477,10 +477,10 @@ pause_fps_max (FPS in pause menu) int 20
 viewing_range (Viewing range) int 100 20 4000
 
 #    Width component of the initial window size.
-screenW (Screen width) int 800
+screen_w (Screen width) int 800
 
 #    Height component of the initial window size.
-screenH (Screen height) int 600
+screen_h (Screen height) int 600
 
 #    Save window size automatically when modified.
 autosave_screensize (Autosave Screen Size) bool true
index c933047dd5cf0858a0da7d1e442de6cb3a5d1828..c032fa9e9742db37c82b442466dda0ed9d2caf38 100644 (file)
@@ -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