Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed #5907 Documentation for screen_h and screen_w (#5909)
  • Loading branch information
Dumbeldor authored and nerzhul committed Jun 5, 2017
1 parent 718121d commit dfd79c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builtin/settingtypes.txt
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions minetest.conf.example
Expand Up @@ -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
Expand Down

0 comments on commit dfd79c0

Please sign in to comment.