diff options
author | peter1138 <peter1138@openttd.org> | 2007-06-25 13:30:38 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2007-06-25 13:30:38 +0000 |
commit | eb6594caa840da0b4d8a16154cc2c0353d3eb238 (patch) | |
tree | 2aea1c963774b012ba0a63a2d9573f247003e6a9 /src/table | |
parent | 0e59b4dc57b52f6c13df258f9d9c6263f53d68dd (diff) | |
download | openttd-eb6594caa840da0b4d8a16154cc2c0353d3eb238.tar.xz |
(svn r10323) -Codechange: reference company name, number and player (president) name
by index
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/control_codes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h index 304767bf5..e841d2e27 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -29,6 +29,9 @@ enum { SCC_GROUP_NAME, SCC_VEHICLE_NAME, SCC_SIGN_NAME, + SCC_COMPANY_NAME, + SCC_COMPANY_NUM, + SCC_PLAYER_NAME, SCC_CURRENCY_COMPACT, SCC_CURRENCY, |