Fixed program from object.factory() being kept in BotFactory for every next manual operation

master
krzys-h 2015-08-03 20:33:45 +02:00
parent 4bdadc8cc8
commit 45d6091a74
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ Error CAutoFactory::StartAction(int param)
return ERR_FACTORY_NEAR;
}
m_program = "";
SetBusy(true);
InitProgressTotal(3.0f+2.0f+15.0f+2.0f+3.0f);
UpdateInterface();