diff --git a/src/newgrf_object.h b/src/newgrf_object.h --- a/src/newgrf_object.h +++ b/src/newgrf_object.h @@ -111,4 +111,7 @@ struct ObjectSpec { /** Struct containing information relating to station classes. */ typedef NewGRFClass ObjectClass; +/** Mapping of purchase for objects. */ +static const CargoID CT_PURCHASE_OBJECT = 1; + #endif /* NEWGRF_OBJECT_H */