From: nhmall Date: Tue, 11 Feb 2020 04:20:58 +0000 (-0500) Subject: Guidebook corrections for msdos video_width and video_height X-Git-Tag: NetHack-3.7.0_WIP-2020-02-14~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e779165733f14834290a6e82ebfcb8a15be8ab6e;p=nethack Guidebook corrections for msdos video_width and video_height merge pull request #294 from chasonr Closes #294 --- diff --git a/doc/fixes37.0 b/doc/fixes37.0 index 9edee745b..7efd6d561 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -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