mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 01:19:11 +00:00
(svn r6078) -Fix: forgot one uint16 -> Date conversion. Tnx to #openttdcoop team for detecting and Rubidium for finding the cause.
This commit is contained in:
@@ -31,7 +31,7 @@ typedef struct TextEffect {
|
|||||||
typedef struct TextMessage {
|
typedef struct TextMessage {
|
||||||
char message[MAX_TEXTMESSAGE_LENGTH];
|
char message[MAX_TEXTMESSAGE_LENGTH];
|
||||||
uint16 color;
|
uint16 color;
|
||||||
uint16 end_date;
|
Date end_date;
|
||||||
} TextMessage;
|
} TextMessage;
|
||||||
|
|
||||||
#define MAX_CHAT_MESSAGES 10
|
#define MAX_CHAT_MESSAGES 10
|
||||||
|
Reference in New Issue
Block a user