mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix 2258
This commit is contained in:
@@ -302,7 +302,7 @@ void CGarrisonSlot::clickLeft(tribool down, bool previousState)
|
|||||||
{
|
{
|
||||||
const CArmedInstance * selectedObj = owner->armedObjs[selection->upg];
|
const CArmedInstance * selectedObj = owner->armedObjs[selection->upg];
|
||||||
if (!creature && selectedObj->stacksCount() == 1)
|
if (!creature && selectedObj->stacksCount() == 1)
|
||||||
LOCPLINT->cb->splitStack(selectedObj, owner->armedObjs[upg], selection->ID, ID, myStack->count - 1);
|
LOCPLINT->cb->splitStack(selectedObj, owner->armedObjs[upg], selection->ID, ID, selection->myStack->count - 1);
|
||||||
else
|
else
|
||||||
LOCPLINT->cb->swapCreatures(owner->armedObjs[upg], owner->armedObjs[selection->upg], ID, selection->ID);
|
LOCPLINT->cb->swapCreatures(owner->armedObjs[upg], owner->armedObjs[selection->upg], ID, selection->ID);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user