summaryrefslogtreecommitdiff
path: root/src/table/control_codes.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-20 11:21:57 +0000
committerrubidium <rubidium@openttd.org>2009-07-20 11:21:57 +0000
commite3053660c673b0a81691175995ee68d00fac869c (patch)
tree2bce56e94620079087ae16f12c62217d4945e596 /src/table/control_codes.h
parentdc943b35e092f80bb5e3b972b4d5ed73bbccb546 (diff)
downloadopenttd-e3053660c673b0a81691175995ee68d00fac869c.tar.xz
(svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically
Diffstat (limited to 'src/table/control_codes.h')
-rw-r--r--src/table/control_codes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h
index a679ed9a0..53f8377a1 100644
--- a/src/table/control_codes.h
+++ b/src/table/control_codes.h
@@ -24,6 +24,7 @@ enum StringControlCode {
/* Formatting control codes */
SCC_REVISION,
+ SCC_COMPANY_NUM,
SCC_STATION_FEATURES,
SCC_INDUSTRY_NAME,
SCC_WAYPOINT_NAME,
@@ -33,7 +34,6 @@ enum StringControlCode {
SCC_VEHICLE_NAME,
SCC_SIGN_NAME,
SCC_COMPANY_NAME,
- SCC_COMPANY_NUM,
SCC_PRESIDENT_NAME,
SCC_ENGINE_NAME,