mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fixed #351.
Fixed grail placement. Fixed crashbug with removing monster on RoE map. Version set to 0.75d
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user