some improvements in map randomizing, most things done. If you want to do sth with this, do it ;].

This commit is contained in:
mateuszb
2007-12-26 13:57:38 +00:00
parent 01c996591a
commit d116caeb26
2 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -1562,7 +1562,7 @@ void CAmbarCendamo::deh3m()
nobj = nt;
nt->setOwner(spec->player);
nt->town = &CGI->townh->towns[CTownHandler::getTypeByDefName(nobj->defInfo->name)];
nt->town = &CGI->townh->towns[nt->defInfo->subid];
nt->builded = 0;
nt->destroyed = 0;
nt->name = spec->name;