Small fix due to vmethod change

develop
Warmist 2012-11-02 20:59:05 +02:00
parent 6be65690f7
commit 86e4a42bdd
1 changed files with 1 additions and 1 deletions

@ -203,7 +203,7 @@ struct product_hook : item_product {
(df::unit *unit, std::vector<df::item*> *out_items, (df::unit *unit, std::vector<df::item*> *out_items,
std::vector<df::reaction_reagent*> *in_reag, std::vector<df::reaction_reagent*> *in_reag,
std::vector<df::item*> *in_items, std::vector<df::item*> *in_items,
int32_t quantity, int16_t skill, int32_t quantity, df::job_skill skill,
df::historical_entity *entity, df::world_site *site) df::historical_entity *entity, df::world_site *site)
) { ) {
if (auto product = products[this]) if (auto product = products[this])