mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix: JA2UB compilation errors
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8506 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -5642,13 +5642,13 @@ void HandleSeeingPowerGenFan( UINT32 sGridNo )
|
||||
if( IsSoldierQualifiedMerc( pSoldier ) && fFanIsStopped )
|
||||
{
|
||||
//Have the merc say the quote
|
||||
TacticalCharacterDialogue( pSoldier, QUOTE_HATE_MERC_2_ON_TEAM_WONT_RENEW );
|
||||
TacticalCharacterDialogue( pSoldier, QUOTE_HATED_2_ON_TEAM_WONT_RENEW );
|
||||
fSaidQuote = TRUE;
|
||||
}
|
||||
else if( IsSoldierQualifiedMercForSeeingPowerGenFan( pSoldier ) )
|
||||
{
|
||||
//Have the merc say the quote
|
||||
TacticalCharacterDialogue( pSoldier, QUOTE_HATE_MERC_2_ON_TEAM_WONT_RENEW );
|
||||
TacticalCharacterDialogue( pSoldier, QUOTE_HATED_2_ON_TEAM_WONT_RENEW );
|
||||
fSaidQuote = TRUE;
|
||||
}
|
||||
else
|
||||
@@ -5670,7 +5670,7 @@ void HandleSeeingPowerGenFan( UINT32 sGridNo )
|
||||
( IsSoldierQualifiedMercForSeeingPowerGenFan( pOtherSoldier ) ) ) )
|
||||
{
|
||||
//Have the merc say the quote
|
||||
TacticalCharacterDialogue( pOtherSoldier, QUOTE_HATE_MERC_2_ON_TEAM_WONT_RENEW );
|
||||
TacticalCharacterDialogue( pOtherSoldier, QUOTE_HATED_2_ON_TEAM_WONT_RENEW );
|
||||
fSaidQuote = TRUE;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user