1
0
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:
rubidium
2008-08-12 11:21:37 +00:00
parent 61007078b6
commit a3910ced70
3 changed files with 17 additions and 10 deletions

View File

@@ -26,6 +26,8 @@
#include "table/strings.h"
assert_compile((int)DRAW_STRING_BUFFER >= (int)NETWORK_CHAT_LENGTH);
enum {
MAX_CHAT_MESSAGES = 10,
};