github PR #1052 - levltyp[] re-synchronization

Pull request from entrez:  the legend for wizard mode #terrain wasn't
updated to include terrain type "lava wall", so the entries for it
and everything that followed were inaccurate.

I've expanded the comment about level type codes in rm.h.

Closes #1052
This commit is contained in:
PatR
2023-07-04 23:17:30 -07:00
parent 3064228ca7
commit c360822c89
2 changed files with 26 additions and 4 deletions
+5
View File
@@ -1214,6 +1214,11 @@ make potion of water become discovered if dipping a carried container into an
a monster which was temporarily asleep wouldn't be affected by taming (either
food or magic), but one that was indefinitely asleep would be; when
tamable via food, it even caught and ate the food without waking up
in wizard mode, #terrain has offers to view all map locations as single-
letter codes corresponding to the levl[][].typ numbers and to view
a legend showing letter-to-type correspondence; adding new type
"lava wall" didn't update that legend and misdescribed all the types
which have higher values
Fixes to 3.7.0-x General Problems Exposed Via git Repository