1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-07 00:58:39 +02:00

- a bit nicer stack queue. Check forum for graphics.

- warning fix
This commit is contained in:
Ivan Savenko
2012-08-28 16:28:21 +00:00
parent 0b85cfaf78
commit 8fac276922
5 changed files with 60 additions and 78 deletions

View File

@ -918,7 +918,7 @@ void CBattleInterface::show(SDL_Surface * to)
if(!bresult)
queue->showAll(to);
else
queue->blitBg(to); //blit only background, stacks are deleted
queue->blitBg(to);
}
//printing border around interface