mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
- Fix: cleaning weapons prompt read parameters wrong
- when a merc regains HP via surgery, display the gain - if an EPC leaves the team, add them to the list of departed characters git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7977 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2067,12 +2067,15 @@ BOOLEAN UnRecruitEPC( UINT8 ubCharNum )
|
||||
|
||||
if ( pSoldier->bAssignment < ON_DUTY )
|
||||
{
|
||||
ResetDeadSquadMemberList( pSoldier->bAssignment );
|
||||
ResetDeadSquadMemberList( pSoldier->bAssignment );
|
||||
}
|
||||
|
||||
// Rmeove from squad....
|
||||
RemoveCharacterFromSquads( pSoldier );
|
||||
|
||||
// Add to our 'departed' list
|
||||
AddCharacterToOtherList( pSoldier );
|
||||
|
||||
// O< check if this is the only guy in the sector....
|
||||
if ( gusSelectedSoldier == pSoldier->ubID )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user