mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
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:
@@ -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 ) )
|
||||
|
||||
Reference in New Issue
Block a user