furnaces and smelters ... and stuff :)

develop
Petr Mrázek 2010-07-27 04:32:51 +02:00 committed by Erik Youngren
parent 1bd4d03626
commit 2730eed11d
2 changed files with 3 additions and 2 deletions

@ -2304,7 +2304,7 @@ map_data_1b60_offset 0x1B9c
Buildings
=========
<Address name="buildings_vector">0x92eb068</Address>
<Offset name="building_custom_workshop_type">0xE0</Offset>
<Offset name="building_custom_workshop_type">0x164</Offset> WRONG
<Address name="custom_workshop_vector">0x93302e8</Address>
<Offset name="custom_workshop_name">0x4</Offset>

@ -79,8 +79,9 @@ int main (int argc,const char* argv[])
{
//cout << buildingtypes[temp.type] << " 0x" << hex << temp.origin << endl;
//hexdump(DF, temp.origin, 16);
addresses.push_back(temp.origin);
//addresses.push_back(temp.origin);
}
addresses.push_back(temp.origin);
}
else
{