From e779165733f14834290a6e82ebfcb8a15be8ab6e Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 10 Feb 2020 23:20:58 -0500 Subject: [PATCH] Guidebook corrections for msdos video_width and video_height merge pull request #294 from chasonr Closes #294 --- doc/fixes37.0 | 4 ++++ 1 file changed, 4 insertions(+) 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