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
This commit is contained in:
PatR
2022-01-14 14:09:00 -08:00
parent f5e3bc3d96
commit 689aed55ca
2 changed files with 6 additions and 4 deletions

View File

@@ -1580,4 +1580,6 @@ map_glyphinfo() now simply references an internal array that maps each unique
in-game that could have an impact on the mappings, but they remain
stable between those events
added MG_MALE glyphflag to complement the MG_FEMALE glyphflag that was there
remove obsolete roles[].femalenum and rename roles[].malenum to roles[].mnum;
likewise for races[]