1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

some additional descriptions on heroWindow, better functions for hero level <-> exp (to be tested a bit more)

This commit is contained in:
mateuszb
2008-01-27 16:07:27 +00:00
parent 9b805ea1e7
commit 74cce9b7a0
8 changed files with 209 additions and 167 deletions

View File

@@ -221,6 +221,11 @@ void CHeroList::hover (bool on)
void CHeroList::keyPressed (SDL_KeyboardEvent & key)
{
}
void CHeroList::updateHList()
{
items.clear();
genList();
}
void CHeroList::updateMove(const CGHeroInstance* which) //draws move points bar
{
int ser = LOCPLINT->cb->getHeroSerial(which);