From 2fb453a4a59be2fe29492704a1e45ea93cd7307e Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Feb 2005 18:30:45 +0000 Subject: (svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers --- variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variables.h') 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]; -- cgit v1.2.3-54-g00ecf