diff options
author | peter1138 <peter1138@openttd.org> | 2007-06-24 22:42:11 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2007-06-24 22:42:11 +0000 |
commit | fc7418d19d831e7ebc0e7c5b5651d58e76158fe0 (patch) | |
tree | d9368d95af8a7f09cc32a4f7eb328fb63e863059 /src/table | |
parent | ce91598e3ce045fcc3aeed3a3f07821d96605e9f (diff) | |
download | openttd-fc7418d19d831e7ebc0e7c5b5651d58e76158fe0.tar.xz |
(svn r10314) -Codechange: Refer to vehicle names by index
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/control_codes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h index eb24f5766..8eb737f40 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -27,6 +27,7 @@ enum { SCC_STATION_NAME, SCC_TOWN_NAME, SCC_GROUP_NAME, + SCC_VEHICLE_NAME, SCC_CURRENCY_COMPACT, SCC_CURRENCY, |