diff options
author | peter1138 <peter1138@openttd.org> | 2007-06-25 14:46:32 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2007-06-25 14:46:32 +0000 |
commit | d69589b3c2c1844a966ea47c568f27b86d60ce8a (patch) | |
tree | aa01bc9f5e83f354abe440316e280459e85e0fa9 /src/table | |
parent | eb6594caa840da0b4d8a16154cc2c0353d3eb238 (diff) | |
download | openttd-d69589b3c2c1844a966ea47c568f27b86d60ce8a.tar.xz |
(svn r10324) -Codechange: reference engine 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 e841d2e27..e241e9ad0 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -32,6 +32,7 @@ enum { SCC_COMPANY_NAME, SCC_COMPANY_NUM, SCC_PLAYER_NAME, + SCC_ENGINE_NAME, SCC_CURRENCY_COMPACT, SCC_CURRENCY, |