mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
- If ALLOW_MILITIA_STRATEGIC_COMMAND is TRUE and militia can be commanded, oen can order them to retreat from autoresolve
- Final sector in a militia group's path is shown while plotting in the strategic map. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7743 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -85,8 +85,10 @@ void WakeUpAllMercsInSectorUnderAttack( void );
|
||||
|
||||
void ClearMovementForAllInvolvedPlayerGroups( void );
|
||||
void RetreatAllInvolvedPlayerGroups( void );
|
||||
void RetreatAllInvolvedMilitiaGroups( void );
|
||||
|
||||
BOOLEAN PlayerGroupInvolvedInThisCombat( GROUP *pGroup );
|
||||
BOOLEAN MilitiaGroupInvolvedInThisCombat( GROUP *pGroup );
|
||||
BOOLEAN PlayerMercInvolvedInThisCombat( SOLDIERTYPE *pSoldier );
|
||||
|
||||
BOOLEAN CurrentBattleSectorIs( INT16 sSectorX, INT16 sSectorY, INT16 sSectorZ );
|
||||
|
||||
Reference in New Issue
Block a user