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