Skip to content

Commit dfd79c0

Browse files
Dumbeldornerzhul
authored andcommittedJun 5, 2017
Fixed #5907 Documentation for screen_h and screen_w (#5909)
1 parent 718121d commit dfd79c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

Diff for: ‎builtin/settingtypes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,10 @@ pause_fps_max (FPS in pause menu) int 20
477477
viewing_range (Viewing range) int 100 20 4000
478478

479479
# Width component of the initial window size.
480-
screenW (Screen width) int 800
480+
screen_w (Screen width) int 800
481481

482482
# Height component of the initial window size.
483-
screenH (Screen height) int 600
483+
screen_h (Screen height) int 600
484484

485485
# Save window size automatically when modified.
486486
autosave_screensize (Autosave Screen Size) bool true

Diff for: ‎minetest.conf.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -549,11 +549,11 @@ max_out_chat_queue_size = 20
549549

550550
# Width component of the initial window size.
551551
# type: int
552-
# screenW = 800
552+
# screen_w = 800
553553

554554
# Height component of the initial window size.
555555
# type: int
556-
# screenH = 600
556+
# screen_h = 600
557557

558558
# Save the window size automatically when modified.
559559
# type: bool

0 commit comments

Comments
 (0)
Please sign in to comment.