mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
VR r2698 fix: snitch assignments were not properly taking mercs out of vehicles (by anv)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8918 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -13429,6 +13429,9 @@ void SnitchSectorMenuBtnCallback( MOUSE_REGION * pRegion, INT32 iReason )
|
|||||||
{
|
{
|
||||||
if ( CanCharacterSpreadPropaganda( pSoldier ) )
|
if ( CanCharacterSpreadPropaganda( pSoldier ) )
|
||||||
{
|
{
|
||||||
|
// VR r2698 fix: snitch assignments were not properly taking mercs out of vehicles
|
||||||
|
pSoldier->bOldAssignment = pSoldier->bAssignment;
|
||||||
|
|
||||||
fShowSnitchSectorMenu = FALSE;
|
fShowSnitchSectorMenu = FALSE;
|
||||||
|
|
||||||
// stop showing menu
|
// stop showing menu
|
||||||
@@ -13459,6 +13462,9 @@ void SnitchSectorMenuBtnCallback( MOUSE_REGION * pRegion, INT32 iReason )
|
|||||||
{
|
{
|
||||||
if ( CanCharacterGatherInformation( pSoldier ) )
|
if ( CanCharacterGatherInformation( pSoldier ) )
|
||||||
{
|
{
|
||||||
|
// VR r2698 fix: snitch assignments were not properly taking mercs out of vehicles
|
||||||
|
pSoldier->bOldAssignment = pSoldier->bAssignment;
|
||||||
|
|
||||||
fShowSnitchSectorMenu = FALSE;
|
fShowSnitchSectorMenu = FALSE;
|
||||||
|
|
||||||
// stop showing menu
|
// stop showing menu
|
||||||
|
|||||||
Reference in New Issue
Block a user