forked from mirror/OpenTTD
(svn r1850) Change the last consumers of str_buffr so they use local static buffers now and remove the global array str_buffr.
This commit is contained in:
@@ -431,7 +431,6 @@ extern const byte _airport_size_x[5];
|
||||
extern const byte _airport_size_y[5];
|
||||
|
||||
/* misc */
|
||||
VARDEF char str_buffr[512];
|
||||
VARDEF char _screenshot_name[128];
|
||||
#define USERSTRING_LEN 128
|
||||
VARDEF char _userstring[USERSTRING_LEN];
|
||||
|
Reference in New Issue
Block a user