mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Bugfix for JaggZilla bug #515
When we fly to a sector with enemies and assign at least one of our passengers in the heli to a squad the game will remove everyone from the heli and start combat. This prevents the exploits that existed before where we could assign our men to anything in hostile sectors. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6486 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -261,7 +261,8 @@ INT16 GetNumUnSafeSectorsInPath( void );
|
||||
|
||||
BOOLEAN SoldierAboardAirborneHeli( SOLDIERTYPE *pSoldier );
|
||||
|
||||
UINT8 MoveAllInHelicopterToFootMovementGroup( void );
|
||||
// silversurfer: now accepts a preferred squad ID
|
||||
UINT8 MoveAllInHelicopterToFootMovementGroup( INT8 bNewSquad = 0 );
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user