forked from mirror/OpenTTD
(svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers
This commit is contained in:
4
window.h
4
window.h
@@ -91,7 +91,7 @@ union WindowEvent {
|
||||
|
||||
struct {
|
||||
byte event;
|
||||
byte *str;
|
||||
char *str;
|
||||
} edittext;
|
||||
|
||||
struct {
|
||||
@@ -228,7 +228,7 @@ typedef struct {
|
||||
WindowClass wnd_class;
|
||||
WindowNumber wnd_num;
|
||||
uint16 maxlen, maxwidth;
|
||||
byte *buf;
|
||||
char *buf;
|
||||
} querystr_d;
|
||||
|
||||
#define WP(ptr,str) (*(str*)(ptr)->custom)
|
||||
|
Reference in New Issue
Block a user