mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Set up ASSIGNMENT_REBELCOMMAND
Hook up Start Mission button
This commit is contained in:
@@ -1389,6 +1389,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