mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +02:00
- spellbook fix (#1110)
- possible fix for kingdom overview (#1109) - tweaks for recruit window (part of #1113)
This commit is contained in:
@ -348,6 +348,11 @@ void CSpellWindow::showAll(SDL_Surface * to)
|
||||
}
|
||||
}
|
||||
|
||||
void CSpellWindow::show(SDL_Surface * to)
|
||||
{
|
||||
statusBar->show(to);
|
||||
}
|
||||
|
||||
class SpellbookSpellSorter
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user