mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
- Bugfix: Fixed Locked Pause State on 'Rehire' at the Drop Equipment msgbox after Merc Dismissal (by Buggler)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5118 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1264,6 +1264,8 @@ void MercDepartEquipmentBoxCallBack( UINT8 bExitValue )
|
|||||||
else if( bExitValue == MSG_BOX_RETURN_CONTRACT )
|
else if( bExitValue == MSG_BOX_RETURN_CONTRACT )
|
||||||
{
|
{
|
||||||
HandleExtendMercsContract( pLeaveSoldier );
|
HandleExtendMercsContract( pLeaveSoldier );
|
||||||
|
|
||||||
|
UnLockPauseState();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if( bExitValue == MSG_BOX_RETURN_YES )
|
else if( bExitValue == MSG_BOX_RETURN_YES )
|
||||||
|
|||||||
Reference in New Issue
Block a user