Fixed BrewDrink products counting

develop
Rinin 2012-05-22 19:22:36 +04:00
parent 20794ebf19
commit 705b60ca27
1 changed files with 3 additions and 0 deletions

@ -968,6 +968,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;