From b4a636d25ff0b12af4ab1d1e22c51008daba10c2 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 21 Sep 2024 13:22:20 -0400 Subject: [PATCH] update fixes3-7-0.txt Close #1282 Close #1287 --- doc/fixes3-7-0.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 128b5c28d..07e627a95 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -2891,6 +2891,10 @@ check for valid indexes of def_monsyms[] and def_oc_syms[] in choose_classes_menu() (pr #1179 by argrath) split damage from acid potion into separate function (pr #1195 by argrath) add swallow and explosion glyphs to glyph_to_cmap() (pr #1277 by ars3niy) +split "cannot_push" on moverock_done() into a separate function (pr #1282 + by argrath) +split making pits on do_earthquake() into a separate function and + eliminate some gotos on do_earthquake() (pr #1287 by argrath) Code Cleanup and Reorganization