mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-05 00:49:09 +02:00
* bug 1082 fixed
This commit is contained in:
@ -29,7 +29,7 @@ CBattleConsole::~CBattleConsole()
|
||||
texts.clear();
|
||||
}
|
||||
|
||||
void CBattleConsole::show(SDL_Surface * to)
|
||||
void CBattleConsole::showAll(SDL_Surface * to)
|
||||
{
|
||||
if(ingcAlter.size())
|
||||
{
|
||||
@ -109,6 +109,9 @@ void CBattleConsole::scrollDown(ui32 by)
|
||||
lastShown += by;
|
||||
}
|
||||
|
||||
CBattleConsole::CBattleConsole() : lastShown(-1), alterTxt(""), whoSetAlter(0)
|
||||
{}
|
||||
|
||||
void CBattleHero::show(SDL_Surface * to)
|
||||
{
|
||||
//animation of flag
|
||||
|
Reference in New Issue
Block a user