(svn r14051) -Codechange: enumify the DrawString buffer length.

This commit is contained in:
rubidium
2008-08-12 11:21:37 +00:00
parent 5cbd0fb5a4
commit b76620939d
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,
};