Fix: gentle(wo)men do not judge on the appearance of the opposite gender

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7827 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2015-04-21 21:16:40 +00:00
parent b8d8e9b4a8
commit ab3eec17c6
+2 -2
View File
@@ -760,7 +760,7 @@ BOOLEAN DisplayMercData( UINT8 usProfileA, UINT8 usProfileB )
BOOLEAN fSexismDone = FALSE;
if ( (pProfileA->bSexist || pProfileB->bSexist) && pProfileA->bSex != pProfileB->bSex )
{
if ( pProfileA->bSexist )
if ( pProfileA->bSexist == SOMEWHAT_SEXIST || pProfileA->bSexist == VERY_SEXIST )
{
switch ( pProfileB->bAppearance )
{
@@ -783,7 +783,7 @@ BOOLEAN DisplayMercData( UINT8 usProfileA, UINT8 usProfileB )
}
}
if ( pProfileB->bSexist )
if ( pProfileB->bSexist == SOMEWHAT_SEXIST || pProfileB->bSexist == VERY_SEXIST )
{
switch ( pProfileA->bAppearance )
{