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:
parent
1c8d909433
commit
0f4478d8cf
@ -5022,6 +5022,7 @@ void CArtifactsOfHero::markPossibleSlots (const CArtifact* art)
|
|||||||
*/
|
*/
|
||||||
void CArtifactsOfHero::unmarkSlots(bool withRedraw /*= true*/)
|
void CArtifactsOfHero::unmarkSlots(bool withRedraw /*= true*/)
|
||||||
{
|
{
|
||||||
|
if(!commonInfo) return;
|
||||||
for (std::set<CArtifactsOfHero *>::iterator it = commonInfo->participants.begin();
|
for (std::set<CArtifactsOfHero *>::iterator it = commonInfo->participants.begin();
|
||||||
it != commonInfo->participants.end();
|
it != commonInfo->participants.end();
|
||||||
++it)
|
++it)
|
||||||
@ -5115,7 +5116,6 @@ CArtifactsOfHero::CArtifactsOfHero(const Point &position) :
|
|||||||
CArtifactsOfHero::~CArtifactsOfHero()
|
CArtifactsOfHero::~CArtifactsOfHero()
|
||||||
{
|
{
|
||||||
dispose();
|
dispose();
|
||||||
CGI->curh->dragAndDropCursor(NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CArtifactsOfHero::updateParentWindow()
|
void CArtifactsOfHero::updateParentWindow()
|
||||||
|
2
global.h
2
global.h
@ -25,7 +25,7 @@ typedef ui16 spelltype;
|
|||||||
#define THC
|
#define THC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NAME_VER ("VCMI 0.83'")
|
#define NAME_VER ("VCMI 0.83''")
|
||||||
extern std::string NAME; //full name
|
extern std::string NAME; //full name
|
||||||
extern std::string NAME_AFFIX; //client / server
|
extern std::string NAME_AFFIX; //client / server
|
||||||
#define CONSOLE_LOGGING_LEVEL 5
|
#define CONSOLE_LOGGING_LEVEL 5
|
||||||
|
Loading…
Reference in New Issue
Block a user