Fixes (by Sevenfm):

- wrong level calculation for suppression resistance with friends
- incorrect buddy handling
- incorrect PoW, medic, wounded determination

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8643 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
silversurfer
2018-12-02 14:59:08 +00:00
parent 389f40ba3d
commit 8b58f9a1bf
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -2151,7 +2151,7 @@ BOOLEAN DoesMercHaveABuddyOnTheTeam( UINT8 ubMercID )
}
//If its not a valid 'buddy'
if( bBuddyID < 0 )
if( bBuddyID == NUM_PROFILES )
continue;
if( IsMercOnTeam( bBuddyID, FALSE, FALSE ) )