mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Fix regressions
This commit is contained in:
@@ -294,7 +294,7 @@ void CTownList::CTownItem::update()
|
||||
void CTownList::CTownItem::select(bool on)
|
||||
{
|
||||
if (on && LOCPLINT->localState->getCurrentTown() != town)
|
||||
LOCPLINT->localState->setSelection(town);
|
||||
LOCPLINT->setSelection(town, true);
|
||||
}
|
||||
|
||||
void CTownList::CTownItem::open()
|
||||
|
||||
Reference in New Issue
Block a user