mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Merge branch 'master' into ExtraMercs
This commit is contained in:
+5
-4
@@ -1,6 +1,3 @@
|
||||
#ifdef PRECOMPILEDHEADERS
|
||||
#include "Tactical All.h"
|
||||
#else
|
||||
#include "Types.h"
|
||||
#include "Squads.h"
|
||||
#include "Strategic Pathing.h"
|
||||
@@ -18,7 +15,6 @@
|
||||
#include "screenids.h"
|
||||
#include "Soldier macros.h"
|
||||
#include "GameSettings.h"
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -1389,6 +1385,11 @@ BOOLEAN IsSquadInSector( SOLDIERTYPE *pSoldier, UINT8 ubSquad )
|
||||
return( FALSE );
|
||||
}
|
||||
|
||||
if( pSoldier->bAssignment == ASSIGNMENT_REBELCOMMAND)
|
||||
{
|
||||
return( FALSE );
|
||||
}
|
||||
|
||||
if( SquadIsEmpty( ubSquad ) == TRUE )
|
||||
{
|
||||
return( TRUE );
|
||||
|
||||
Reference in New Issue
Block a user