]> granicus.if.org Git - nethack/commit
remove unused roles[].femalenum, races[].femalenum
authorPatR <rankin@nethack.org>
Fri, 14 Jan 2022 22:09:00 +0000 (14:09 -0800)
committerPatR <rankin@nethack.org>
Fri, 14 Jan 2022 22:09:00 +0000 (14:09 -0800)
commit689aed55ca88d118d0f20d16950830c987e88a2f
tree209d5d96b3b7f7c1c040d8470649fb1cf1dbdeca
parentf5e3bc3d9689215b1d4dcb8f769c9c07e2de2cc2
remove unused roles[].femalenum, races[].femalenum

and rename {roles,races}[].malenum to {roles,races}[].mnum.

Pull request #653 from entrez.  Male and female player character
monsters are no long separate even when their title's differ and all
the entries for femalenum in the roles[] and races[] arrays were set
to NON_PM (meaning not used in this case).

The update in the pull request overlooked win/Qt/qt_plsel.cpp which
had four references to .malenum so this is more than just the fixes
entry.

Closes #653
doc/fixes37.0
win/Qt/qt_plsel.cpp