File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/network/network_chat_gui.cpp
Show inline comments
 
@@ -30,6 +30,8 @@
 

	
 
#include "table/strings.h"
 

	
 
#include "../safeguards.h"
 

	
 
/** The draw buffer must be able to contain the chat message, client name and the "[All]" message,
 
 * some spaces and possible translations of [All] to other languages. */
 
assert_compile((int)DRAW_STRING_BUFFER >= (int)NETWORK_CHAT_LENGTH + NETWORK_NAME_LENGTH + 40);