summaryrefslogtreecommitdiff
path: root/src/newgrf_object.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-28 18:22:24 +0000
committerrubidium <rubidium@openttd.org>2010-08-28 18:22:24 +0000
commitc481e3b110da20085a77f55625e564a7baa772a8 (patch)
tree5657e2bebacdf3237b316e0c7b124fa1bebe4fa8 /src/newgrf_object.h
parent23ba40d3851c1a0e47369cec78a33417a5260590 (diff)
downloadopenttd-c481e3b110da20085a77f55625e564a7baa772a8.tar.xz
(svn r20655) -Codechange: implement reading the action3 of objects
Diffstat (limited to 'src/newgrf_object.h')
-rw-r--r--src/newgrf_object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/newgrf_object.h b/src/newgrf_object.h
index cf8b6a9de..09d3df2ef 100644
--- 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<ObjectSpec, ObjectClassID, OBJECT_CLASS_MAX> ObjectClass;
+/** Mapping of purchase for objects. */
+static const CargoID CT_PURCHASE_OBJECT = 1;
+
#endif /* NEWGRF_OBJECT_H */