1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

* working info about collecting resources in infoBar

* minor fixes
This commit is contained in:
Michał W. Urbańczyk
2007-12-22 18:04:34 +00:00
parent e427974875
commit daa9217979
4 changed files with 20 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ void CSDL_Ext::printAtMiddleWB(std::string text, int x, int y, TTF_Font * font,
for (int i=0;i<wesu.size();i++)
{
evx = (x - (tox/2)) + ((tox-wesu[i]->w)/2);
blitAt(wesu[i],evx,evy);
blitAt(wesu[i],evx,evy,dst);
evy+=wesu[i]->h;
}