Fix getplants - duplicate variable.

develop
Petr Mrázek 2012-01-08 16:18:31 +01:00
parent 3a8bc4dbb5
commit 175b3ed060
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b93b61a988020a4aaa0103cefcee0217c37ce7b0
Subproject commit c2caba7eb15896d56163620e9ace1fb67ae953cb

@ -89,7 +89,7 @@ DFhackCExport command_result df_getplants (Core * c, vector <string> & parameter
return CR_OK;
}
int count = 0;
count = 0;
for (int i = 0; i < world->map.map_blocks.size(); i++)
{
df::map_block *cur = world->map.map_blocks[i];