mirror of https://github.com/OpenTTD/OpenTTD
(svn r24655) -Codechange(r18310): Difference between female and male is no longer needed for tie and earrings (found by botankras)
parent
8e37534093
commit
f883454db2
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue