1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +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

@@ -183,7 +183,7 @@ void CHeroWindow::setHero(const CGHeroInstance *hero)
portraitArea->text = hero->biography;
delete garInt;
garInt = new CGarrisonInt(80, 494, 8, 0, curBack, 13, 482, curHero);
garInt = new CGarrisonInt(80, 493, 8, 0, curBack, 13, 482, curHero);
for(int g=0; g<primSkillAreas.size(); ++g)
{
@@ -899,7 +899,7 @@ void CArtPlace::clickLeft(boost::logic::tribool down)
}
else
{
bool backID = -1;
int backID = -1;
for(int g=0; g<ourWindow->backpack.size(); ++g)
{
if(ourWindow->backpack[g]==this) //if user wants to put something to backpack