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:
@@ -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[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user