- 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:
Wanne
2012-03-25 22:28:17 +00:00
parent 5ea8d277f7
commit 2fc305a1bf
+2
View File
@@ -1264,6 +1264,8 @@ void MercDepartEquipmentBoxCallBack( UINT8 bExitValue )
else if( bExitValue == MSG_BOX_RETURN_CONTRACT )
{
HandleExtendMercsContract( pLeaveSoldier );
UnLockPauseState();
return;
}
else if( bExitValue == MSG_BOX_RETURN_YES )