1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

small improvements, bugfixes etc.

This commit is contained in:
mateuszb
2008-01-30 14:19:35 +00:00
parent 2b4e5ff2e2
commit 974d27aacc
8 changed files with 23 additions and 60 deletions

View File

@ -23,6 +23,8 @@
#include <boost/algorithm/string/replace.hpp>
using namespace CSDL_Ext;
extern TTF_Font * GEOR16;
class OCM_HLP_CGIN
{
public:
@ -150,7 +152,7 @@ void CGarrisonSlot::show()
char* buf = new char[15];
itoa(count,buf,10);
blitAt(CGI->creh->bigImgs[creature->idNumber],pos);
printTo(buf,pos.x+56,pos.y+62,GEOR13,zwykly);
printTo(buf,pos.x+56,pos.y+62,GEOR16,zwykly);
if(owner->highlighted==this)
blitAt(CGI->creh->bigImgs[-1],pos);
updateRect(&pos,ekran);