1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

Hero Exchange: fix quest log button

This commit is contained in:
ArseniyShestakov 2015-02-16 01:33:05 +03:00
parent 43f1e37546
commit c865055803

View File

@ -851,6 +851,7 @@ void CTavernWindow::HeroPortrait::hover( bool on )
void CExchangeWindow::questlog(int whichHero)
{
CCS->curh->dragAndDropCursor(nullptr);
LOCPLINT->showQuestLog();
}
void CExchangeWindow::prepareBackground()