From 3a13b75e37b5642de3c1e89cf6ab3bf860b76375 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 Jan 2009 16:53:32 +0000 Subject: (svn r15126) -Feature: downloading content from a central server (content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates. --- src/gfx_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfx_func.h') diff --git a/src/gfx_func.h b/src/gfx_func.h index 5a9077afa..b6a7a91ad 100644 --- a/src/gfx_func.h +++ b/src/gfx_func.h @@ -77,7 +77,7 @@ void UndrawMouseCursor(); enum { /* Size of the buffer used for drawing strings. */ - DRAW_STRING_BUFFER = 1024, + DRAW_STRING_BUFFER = 2048, }; void RedrawScreenRect(int left, int top, int right, int bottom); -- cgit v1.2.3-54-g00ecf