]> granicus.if.org Git - nethack/commitdiff
Guidebook corrections for msdos video_width and video_height
authornhmall <nhmall@nethack.org>
Tue, 11 Feb 2020 04:20:58 +0000 (23:20 -0500)
committernhmall <nhmall@nethack.org>
Tue, 11 Feb 2020 04:20:58 +0000 (23:20 -0500)
merge pull request #294 from chasonr

Closes #294

doc/fixes37.0

index 9edee745b29b1d0f35453017486a7ec10ee156db..7efd6d5615067ed551912ce89239eef2f4b7324d 100644 (file)
@@ -185,6 +185,10 @@ always print a message when the hero teleports (github #265)
 always print a message when the hero level teleports (github #265)
 remove Sokoban luck penalties for actions you can't cheat with (github #260)
 sounds for minotaurs (github #298)
+correct the Guidebook descriptions for msdos video_width and video_height to
+       state that they work with video:vesa; the video:vga setting that was 
+       described there forces the 640x480x16 mode where video_width and
+       video_height don't operate (github #294)
 
 
 Code Cleanup and Reorganization