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 | 761a3037c376fcc649cab4497f5698e8660eade0 (patch) | |
tree | 146df10fcdd46f6f9aa4ee97d861341567f8e83b /src/strgen | |
parent | 741f0a86fe358585ec8841ed9bf704f3a777341a (diff) | |
download | openttd-761a3037c376fcc649cab4497f5698e8660eade0.tar.xz |
(svn r14791) -Add: the ability to make ISO dates with the string system (PhilSophus)
Diffstat (limited to 'src/strgen')
-rw-r--r-- | src/strgen/strgen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index 53864716d..4f4008bf5 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -479,6 +479,7 @@ static const CmdStruct _cmd_structs[] = { {"DATE_TINY", EmitSingleChar, SCC_DATE_TINY, 1, 0}, {"DATE_SHORT", EmitSingleChar, SCC_DATE_SHORT, 1, 0}, {"DATE_LONG", EmitSingleChar, SCC_DATE_LONG, 1, 0}, + {"DATE_ISO", EmitSingleChar, SCC_DATE_ISO, 1, 0}, {"SKIP", EmitSingleChar, SCC_SKIP, 1, 0}, |