1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00
Fixed grail placement.
Fixed crashbug with removing monster on RoE map.
Version set to 0.75d
This commit is contained in:
Michał W. Urbańczyk
2010-02-12 00:53:25 +00:00
parent 5d0186a10b
commit 51946e60a5
4 changed files with 6 additions and 5 deletions

View File

@@ -529,7 +529,7 @@ void Mapa::addBlockVisTiles(CGObjectInstance * obj)
}
}
Mapa::Mapa(std::string filename)
:grailPos(-1, -1, -1)
:grailPos(-1, -1, -1), grailRadious(0)
{
int mapsize = 0;