1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00

Hotfix for meeting window.

This commit is contained in:
Michał W. Urbańczyk 2010-11-04 23:28:26 +00:00
parent 1c8d909433
commit 0f4478d8cf
2 changed files with 2 additions and 2 deletions

View File

@ -5022,6 +5022,7 @@ void CArtifactsOfHero::markPossibleSlots (const CArtifact* art)
*/
void CArtifactsOfHero::unmarkSlots(bool withRedraw /*= true*/)
{
if(!commonInfo) return;
for (std::set<CArtifactsOfHero *>::iterator it = commonInfo->participants.begin();
it != commonInfo->participants.end();
++it)
@ -5115,7 +5116,6 @@ CArtifactsOfHero::CArtifactsOfHero(const Point &position) :
CArtifactsOfHero::~CArtifactsOfHero()
{
dispose();
CGI->curh->dragAndDropCursor(NULL);
}
void CArtifactsOfHero::updateParentWindow()

View File

@ -25,7 +25,7 @@ typedef ui16 spelltype;
#define THC
#endif
#define NAME_VER ("VCMI 0.83'")
#define NAME_VER ("VCMI 0.83''")
extern std::string NAME; //full name
extern std::string NAME_AFFIX; //client / server
#define CONSOLE_LOGGING_LEVEL 5