Petr Mrázek 2012-06-14 00:01:38 +02:00
commit 5f33ebde41
1 changed files with 3 additions and 0 deletions

@ -971,6 +971,9 @@ static void compute_job_outputs(color_ostream &out, ProtectedJob *pj)
case MillPlants:
PLANT_PROCESS_MAT(MILL, mill);
break;
case BrewDrink:
PLANT_PROCESS_MAT(DRINK, drink);
break;
case ProcessPlants:
PLANT_PROCESS_MAT(THREAD, thread);
break;