forked from mirror/OpenTTD
(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.
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user