mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-03 00:46:55 +02:00
Fix clang-tidy warnings
This commit is contained in:
@ -97,7 +97,7 @@ void StackQueue::update()
|
||||
stackBoxes[boxIndex]->setUnit(nullptr);
|
||||
}
|
||||
|
||||
int32_t StackQueue::getSiegeShooterIconID()
|
||||
int32_t StackQueue::getSiegeShooterIconID() const
|
||||
{
|
||||
return owner.siegeController->getSiegedTown()->getFactionID().getNum();
|
||||
}
|
||||
|
Reference in New Issue
Block a user