mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 12:39:11 +00:00
(svn r14051) -Codechange: enumify the DrawString buffer length.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
assert_compile((int)DRAW_STRING_BUFFER >= (int)NETWORK_CHAT_LENGTH);
|
||||
|
||||
enum {
|
||||
MAX_CHAT_MESSAGES = 10,
|
||||
};
|
||||
|
Reference in New Issue
Block a user