mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
Added a missing rturn in CGameHandler::isAllowedExchangeForQuery. Fixed several typos.
This commit is contained in:
@ -43,7 +43,7 @@ static CBuilding * readBg(std::string &buf, int& it)
|
||||
for(int res=0;res<7;res++)
|
||||
nb->resources[res] = readNr(buf,it);
|
||||
/*nb->refName = */readTo(buf,it,'\n');
|
||||
//reference name is ommitted, it's seems to be useless
|
||||
//reference name is omitted, it's seems to be useless
|
||||
return nb;
|
||||
}
|
||||
void CBuildingHandler::loadBuildings()
|
||||
|
Reference in New Issue
Block a user