Changeset - r19702:3d41c9241e72
[Not reviewed]
master
0 1 0
alberth - 12 years ago 2012-10-31 20:54:19
alberth@openttd.org
(svn r24655) -Codechange(r18310): Difference between female and male is no longer needed for tie and earrings (found by botankras)
1 file changed with 1 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/company_gui.cpp
Show inline comments
 
@@ -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:
0 comments (0 inline, 0 general)