diff --git a/src/newgrf_industries.cpp b/src/newgrf_industries.cpp index 3b67221250..b9437531d5 100644 --- a/src/newgrf_industries.cpp +++ b/src/newgrf_industries.cpp @@ -393,7 +393,7 @@ static int32 DerefIndProd(uint field, bool use_register) void IndustryProductionCallback(Industry *ind, int reason) { ResolverObject object; - NewIndustryResolver(&object, INVALID_TILE, ind); + NewIndustryResolver(&object, ind->xy, ind); object.callback_param2 = reason; for (uint loop = 0;; loop++) {