mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Remove duplicate semicolons
This commit is contained in:
@ -304,7 +304,7 @@ void AdventureMapInterface::onSelectionChanged(const CArmedInstance *sel)
|
||||
auto town = dynamic_cast<const CGTownInstance*>(sel);
|
||||
|
||||
widget->getInfoBar()->showTownSelection(town);
|
||||
widget->getTownList()->updateWidget();;
|
||||
widget->getTownList()->updateWidget();
|
||||
widget->getTownList()->select(town);
|
||||
widget->getHeroList()->select(nullptr);
|
||||
onHeroChanged(nullptr);
|
||||
|
Reference in New Issue
Block a user