diff options
author | peter1138 <peter1138@openttd.org> | 2007-06-25 10:40:56 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2007-06-25 10:40:56 +0000 |
commit | fd73ea2058fd25a75793907c2e7ff1986c17fcdc (patch) | |
tree | b7c3b6c9ee370504bf4990b5c4ff9924900215b1 /src/table | |
parent | 5c6106cbcf78cb422eec7e989b8276b7939259d5 (diff) | |
download | openttd-fd73ea2058fd25a75793907c2e7ff1986c17fcdc.tar.xz |
(svn r10321) -Codechange: refer to sign text 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 8eb737f40..304767bf5 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -28,6 +28,7 @@ enum { SCC_TOWN_NAME, SCC_GROUP_NAME, SCC_VEHICLE_NAME, + SCC_SIGN_NAME, SCC_CURRENCY_COMPACT, SCC_CURRENCY, |