(svn r24655) -Codechange(r18310): Difference between female and male is no longer needed for tie and earrings (found by botankras)

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
alberth 12 years ago
parent 8e37534093
commit f883454db2

@ -1281,11 +1281,7 @@ public:
break;
case WID_SCMF_TIE_EARRING:
if (this->is_female) { // Only for female faces
this->DrawFaceStringLabel(WID_SCMF_TIE_EARRING, GetCompanyManagerFaceBits(this->face, CMFV_TIE_EARRING, this->ge), false);
} else { // Only for male faces
this->DrawFaceStringLabel(WID_SCMF_TIE_EARRING, GetCompanyManagerFaceBits(this->face, CMFV_TIE_EARRING, this->ge), false);
}
this->DrawFaceStringLabel(WID_SCMF_TIE_EARRING, GetCompanyManagerFaceBits(this->face, CMFV_TIE_EARRING, this->ge), false);
break;
case WID_SCMF_LIPS_MOUSTACHE:

Loading…
Cancel
Save