1
0

Add armor to switch() in ItemHandler.cpp

This commit is contained in:
Howaner
2014-04-24 23:03:04 +02:00
parent 9cbb3a339f
commit 376dc880b3
2 changed files with 26 additions and 7 deletions

View File

@@ -1108,7 +1108,7 @@ void cSlotAreaArmor::Clicked(cPlayer & a_Player, int a_SlotNum, eClickAction a_C
return;
}
//Armors haven't a dbl click
// Armors haven't a dbl click
if (a_ClickAction == caDblClick)
{
return;