summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-06 18:30:45 +0000
committertron <tron@openttd.org>2005-02-06 18:30:45 +0000
commit2fb453a4a59be2fe29492704a1e45ea93cd7307e (patch)
treebd9ddff4e0a96d3d0b9feb95bcb7667184e63060 /variables.h
parenteb28e8b32215aae0eef25a9ccada832955b34191 (diff)
downloadopenttd-2fb453a4a59be2fe29492704a1e45ea93cd7307e.tar.xz
(svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 9ac5800ef..99800f905 100644
--- a/variables.h
+++ b/variables.h
@@ -431,7 +431,7 @@ extern const byte _airport_size_x[5];
extern const byte _airport_size_y[5];
/* misc */
-VARDEF byte str_buffr[512];
+VARDEF char str_buffr[512];
VARDEF char _screenshot_name[128];
#define USERSTRING_LEN 128
VARDEF char _userstring[USERSTRING_LEN];