summaryrefslogtreecommitdiff
path: root/strgen
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2005-01-22 23:13:20 +0000
committerdominik <dominik@openttd.org>2005-01-22 23:13:20 +0000
commit6027e777c85c94f009e8ecd27ed1cce525359c61 (patch)
tree7ba9c7c70f6eb7397517ffa76f15d0a421ede17a /strgen
parent8313879b3cd923c5458a5ae3cb827c6e6b4e9a6c (diff)
downloadopenttd-6027e777c85c94f009e8ecd27ed1cce525359c61.tar.xz
(svn r1598) Feature: Message history now is stickyable and resizeable
The news messages are now precisely cropped according to pixel width to fit optimal into the window. Introduced a new date format: DATE_TINY, which is ISOish.
Diffstat (limited to 'strgen')
-rw-r--r--strgen/strgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strgen/strgen.c b/strgen/strgen.c
index 8734c5b4f..481640643 100644
--- a/strgen/strgen.c
+++ b/strgen/strgen.c
@@ -266,6 +266,7 @@ static const CmdStruct _cmd_structs[] = {
{"TOWN", EmitSingleByte, 0x9B},
{"CURRENCY64", EmitSingleByte, 0x9C},
{"WAYPOINT", EmitSingleByte, 0x9D}, // waypoint name
+ {"DATE_TINY", EmitSingleByte, 0x9E},
// 0x9E=158 is the LAST special character we may use.
{"UPARROW", EmitSingleByte, 0xA0},