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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user