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

- adventure map defs are now part of town config. Should be the last part

- possibly fixed #1136
This commit is contained in:
Ivan Savenko
2012-10-05 19:57:28 +00:00
parent c071a03a8a
commit 9f0441a0be
8 changed files with 86 additions and 36 deletions

View File

@ -120,8 +120,6 @@ void CDefObjInfoHandler::load()
gobjs[nobj->id][nobj->subid] = nobj;
if(nobj->id==Obj::TOWN)
castles[nobj->subid]=nobj;
}
for (int i = 0; i < 8 ; i++)