mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Implemented the missing option of hot drop merc via helicopter into center of the map only, ie. ALLOW_SKYRIDER_HOT_LZ = 1
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9243 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1581,7 +1581,7 @@ void AddSoldierToSectorGridNo( SOLDIERTYPE *pSoldier, INT32 sGridNo, UINT8 ubDir
|
||||
{
|
||||
pSoldier->usSoldierFlagMask &= ~SOLDIER_AIRDROP;
|
||||
|
||||
if ( gGameExternalOptions.ubSkyriderHotLZ == 3 )
|
||||
if ((gGameExternalOptions.ubSkyriderHotLZ == 1 || gGameExternalOptions.ubSkyriderHotLZ == 3))
|
||||
{
|
||||
gfIgnoreScrolling = FALSE;
|
||||
INT16 sNewCenterWorldX, sNewCenterWorldY;
|
||||
|
||||
Reference in New Issue
Block a user