]> granicus.if.org Git - nethack/commit
github PR #868 - fix replacement of 'w' terrain
authorPatR <rankin@nethack.org>
Fri, 23 Sep 2022 06:56:31 +0000 (23:56 -0700)
committerPatR <rankin@nethack.org>
Fri, 23 Sep 2022 06:56:31 +0000 (23:56 -0700)
commite5714b71617c9f39a1cb397171e8b4ca8087e2a3
tree543b7def7af20df71c96c57bbaba10b4e53c5e7d
parenteaac5b6c745255b998c91e2955581d537e933d58
parent9118ec82628ecd8072137d093dafabcfe851c020
github PR #868 - fix replacement of 'w' terrain

Pull request from copperwater:  terrain replacement couldn't match
'w' because it only checked actual terrain types.

Fixes #868