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

Crashes on starting next campaign mission should be fixed.

This commit is contained in:
Michał W. Urbańczyk
2012-09-25 18:00:55 +00:00
parent f3f4a7633d
commit ecd8947d8e
6 changed files with 39 additions and 6 deletions

View File

@ -1380,7 +1380,8 @@ void CAdvMapInt::tileHovered(const int3 &mapPos)
if (guardingCreature)
{
CCS->curh->changeGraphic(0, 5 + turns*6);
} else
}
else
{
if(pnode->land)
{