- Bugfixes (by Buggler)

o Fixed Restrict Mouse Region for Stack Popup Screen. Also a Dirty CTD fix for illegal Holster/Backpack pickup in Strategic Key Panel Popup
o Fixed Item Transfer Exploit in Stack Popup Screen/Item in Hand during Combat mode by using hotkeys to select other mercs in Strategic & Tactical Interface
o Corrected Numerator & Denominator Order for Armor Protection Raw Values in Popup Info text

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5632 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2012-10-19 08:33:11 +00:00
parent 9e058edf5e
commit 5957af60aa
4 changed files with 33 additions and 9 deletions
+12
View File
@@ -736,6 +736,18 @@ void SetSMPanelCurrentMerc( UINT8 ubNewID )
DeleteItemDescriptionBox( );
}
// Remove stack popup panel if one up....
if ( InItemStackPopup( ) || InSectorStackPopup( ) )
{
DeleteItemStackPopup( );
}
// Remove keyring popup panel if one up....
if ( InKeyRingPopup( ) )
{
DeleteKeyRingPopup( );
}
if ( gfInItemPickupMenu )
{
gfSMDisableForItems = TRUE;