forked from mirror/OpenTTD
(svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers
This commit is contained in:
@@ -61,7 +61,7 @@ void HandleOnEditTextCancel(void)
|
||||
}
|
||||
|
||||
void HandleOnEditText(WindowEvent *e) {
|
||||
byte *b = e->edittext.str;
|
||||
const char *b = e->edittext.str;
|
||||
int id;
|
||||
memcpy(_decode_parameters, b, 32);
|
||||
|
||||
|
Reference in New Issue
Block a user