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

pull/155/head
alberth 12 years ago
parent 850a20dba0
commit 37cda0af25

@ -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