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

* it's possible to use other port than 3030 by passing it as an additional argument

* removed some redundant warnings
* minor improvements for marketplace
This commit is contained in:
Michał W. Urbańczyk
2008-09-09 01:40:43 +00:00
parent 680cbf662a
commit 6233066b91
6 changed files with 35 additions and 8 deletions

View File

@ -1822,7 +1822,8 @@ void CPlayerInterface::heroPrimarySkillChanged(const CGHeroInstance * hero, int
void CPlayerInterface::receivedResource(int type, int val)
{
boost::unique_lock<boost::mutex> un(*pim);
adventureInt->resdatabar.draw();
if(!curint->subInt)
adventureInt->resdatabar.draw();
}
void CPlayerInterface::showSelDialog(std::string &text, const std::vector<Component*> &components, ui32 askID)