From bb407a84da3864fedd2b6b91c6db23179f12806e Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 30 May 2026 11:38:38 -0400 Subject: [PATCH] follow-up: fixes5-0-1.txt entry re:previous commit --- doc/fixes5-0-1.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/fixes5-0-1.txt b/doc/fixes5-0-1.txt index 5fd0d510c..3bad1c0a1 100644 --- a/doc/fixes5-0-1.txt +++ b/doc/fixes5-0-1.txt @@ -44,7 +44,11 @@ fix an off-by-one in glyph_is_normal_piletop_obj (pr #1547 by ingpaschke) replace the hashtable used for parsing glyphnames with sorted indices and reduce the string allocation load during that processing (cherry-pick of pr #1548 by ingpaschke) - +for SELECTSAVE, don't display error messages to a regular player about + out-of-date save file encountered while building the saved-game list + to select from; the game doesn't offer any action to assist with them + presently, and they would have to be dealt with external to the game + Platform- and/or Interface-Specific Fixes -----------------------------------------