mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Fix mantiss 1965
This commit is contained in:
@@ -221,7 +221,7 @@ void CStackWindow::CWindowSection::createStackInfo(bool showExp, bool showArt)
|
||||
if (parent->info->stackNode != nullptr && parent->info->commander == nullptr)
|
||||
{
|
||||
//normal stack, not a commander and not non-existing stack (e.g. recruitment dialog)
|
||||
pic->setAmount(parent->info->stackNode->count);
|
||||
pic->setAmount(parent->info->creatureCount);
|
||||
}
|
||||
|
||||
std::string visibleName;
|
||||
|
Reference in New Issue
Block a user