(svn r20655) -Codechange: implement reading the action3 of objects

This commit is contained in:
rubidium
2010-08-28 18:22:24 +00:00
parent 23ba40d385
commit c481e3b110
2 changed files with 72 additions and 0 deletions

View File

@@ -111,4 +111,7 @@ struct ObjectSpec {
/** Struct containing information relating to station classes. */
typedef NewGRFClass<ObjectSpec, ObjectClassID, OBJECT_CLASS_MAX> ObjectClass;
/** Mapping of purchase for objects. */
static const CargoID CT_PURCHASE_OBJECT = 1;
#endif /* NEWGRF_OBJECT_H */