summaryrefslogtreecommitdiff
path: root/engine.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-04 19:15:02 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-04 19:15:02 +0000
commita55ac6efac979b9276faae4c71e965dd6a1b35c3 (patch)
tree1dacf3fc68eb5387c9170bda89a62e0d8330f066 /engine.h
parent0a16393ffe138bc9a9156e5c55ab3ea42e7c73d5 (diff)
downloadopenttd-a55ac6efac979b9276faae4c71e965dd6a1b35c3.tar.xz
(svn r4738) - Newstations: attach all sprite group cargo types, not just the default and purchase pseudo types, to a station spec.
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine.h b/engine.h
index b0293efe1..0e3ee1a1c 100644
--- a/engine.h
+++ b/engine.h
@@ -156,8 +156,9 @@ enum GlobalCargo {
GC_UNDEFINED = 28, // undefined; unused slot in arctic climate
GC_DEFAULT = 29,
GC_PURCHASE = 30,
+ GC_DEFAULT_NA = 31, // New stations only
GC_INVALID = 255,
- NUM_GLOBAL_CID = 31
+ NUM_GLOBAL_CID = 32
};
VARDEF const uint32 _default_refitmasks[NUM_VEHICLE_TYPES];