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: case MillPlants:
PLANT_PROCESS_MAT(MILL, mill); PLANT_PROCESS_MAT(MILL, mill);
break; break;
case BrewDrink:
PLANT_PROCESS_MAT(DRINK, drink);
break;
case ProcessPlants: case ProcessPlants:
PLANT_PROCESS_MAT(THREAD, thread); PLANT_PROCESS_MAT(THREAD, thread);
break; break;