diff options
author | rubidium <rubidium@openttd.org> | 2008-09-30 21:18:28 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-09-30 21:18:28 +0000 |
commit | c9a82ac3e7540c57488fb72b351496fe75d4ceeb (patch) | |
tree | 458b1d612f512ec8493ee816b6a4c31d7f3d361c /src/table | |
parent | b650a86e5859240e65d8654b5b08b211b2f33d7e (diff) | |
download | openttd-c9a82ac3e7540c57488fb72b351496fe75d4ceeb.tar.xz |
(svn r14423) -Codechange: also do r14221 for the strings.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/control_codes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h index 03a383556..e951c6f16 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -34,7 +34,7 @@ enum StringControlCode { SCC_SIGN_NAME, SCC_COMPANY_NAME, SCC_COMPANY_NUM, - SCC_PLAYER_NAME, + SCC_PRESIDENT_NAME, SCC_ENGINE_NAME, SCC_CURRENCY_COMPACT, |