diff options
author | rubidium <rubidium@openttd.org> | 2009-01-03 00:56:16 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-01-03 00:56:16 +0000 |
commit | aff7feb767a4efa5221762b253fbe329ae65df10 (patch) | |
tree | 146df10fcdd46f6f9aa4ee97d861341567f8e83b /src/table | |
parent | 3a0d966ae408aecc0bdad3325c1cc75927d58e89 (diff) | |
download | openttd-aff7feb767a4efa5221762b253fbe329ae65df10.tar.xz |
(svn r14791) -Add: the ability to make ISO dates with the string system (PhilSophus)
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 e951c6f16..2fc9be40d 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -53,6 +53,7 @@ enum StringControlCode { SCC_DATE_TINY, SCC_DATE_SHORT, SCC_DATE_LONG, + SCC_DATE_ISO, SCC_STRING1, SCC_STRING2, |