1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

* fixed a few problems with refreshing screen during blitting using CSDL_Ext::printAtMiddle

* fixed drawbacks in displaying secondary skills in hero window
* fixed two bugs with spellBook
* corrected order of spells in spellBook
* spellBook is opened when hero in battle is left-clicked
This commit is contained in:
mateuszb
2008-09-16 15:23:44 +00:00
parent cc1b5f37cd
commit c5c9127673
7 changed files with 108 additions and 39 deletions

View File

@ -259,7 +259,7 @@ void CGarrisonSlot::show()
char* buf = new char[15];
SDL_itoa(count,buf,10);
blitAt(graphics->bigImgs[creature->idNumber],pos);
printTo(buf,pos.x+56,pos.y+62,GEOR16,zwykly);
printToWR(buf,pos.x+56,pos.y+62,GEOR16,zwykly);
if(owner->highlighted==this)
blitAt(graphics->bigImgs[-1],pos);
//if(owner->update)