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

This commit is contained in:
alberth
2012-10-31 20:54:19 +00:00
parent 850a20dba0
commit 37cda0af25

View File

@@ -1281,11 +1281,7 @@ public:
break; break;
case WID_SCMF_TIE_EARRING: 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); 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);
}
break; break;
case WID_SCMF_LIPS_MOUSTACHE: case WID_SCMF_LIPS_MOUSTACHE: