mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-17 21:41:15 +00:00
use escape sequence in title string to prevent further unicode issues
This commit is contained in:
parent
dec959f194
commit
06c09a25bc
@ -3,7 +3,7 @@
|
|||||||
Isle *g_isle = 0;
|
Isle *g_isle = 0;
|
||||||
int g_closed = 0;
|
int g_closed = 0;
|
||||||
|
|
||||||
const char *WINDOW_TITLE = "LEGO®";
|
const char *WINDOW_TITLE = "LEGO\xAE";
|
||||||
|
|
||||||
unsigned char g_mousedown = 0;
|
unsigned char g_mousedown = 0;
|
||||||
unsigned char g_mousemoved = 0;
|
unsigned char g_mousemoved = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user