Fix deadlock in autodump

develop
Quietust 2012-01-15 14:59:47 -06:00
parent e82055986e
commit 0e0bca5dbb
1 changed files with 1 additions and 1 deletions

@ -92,7 +92,7 @@ static command_result autodump_main(Core * c, vector <string> & parameters)
return CR_OK;
}
}
c->Suspend();
DFHack::VersionInfo *mem = c->vinfo;
DFHack::Gui * Gui = c->getGui();
DFHack::Items * Items = c->getItems();