1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

* redone def declaration reading

This commit is contained in:
Michał W. Urbańczyk
2007-10-28 17:56:16 +00:00
parent 1aecaf1472
commit de4d8e093e
4 changed files with 206 additions and 172 deletions

View File

@ -1373,7 +1373,7 @@ std::vector < std::string > CMapHandler::getObjDescriptions(int3 pos)
{
unsigned char * blm = CGI->dobjinfo->objs[objs[g].first->defObjInfoNumber].blockMap;
ret.push_back(
CGI->objh->objects[objs[g].first->defInfo->bytes[16]].name
CGI->objh->objects[objs[g].first->defInfo->id].name
);
}
}