Explain some Shift-JIS
This commit is contained in:
parent
4b0584b5b8
commit
bc262bd5e2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ static int windowHeight;
|
||||||
static const char *mutex_name = "Doukutsu";
|
static const char *mutex_name = "Doukutsu";
|
||||||
|
|
||||||
#ifdef JAPANESE
|
#ifdef JAPANESE
|
||||||
static const char *lpWindowName = "\x93\xB4\x8C\x41\x95\xA8\x8C\xEA";
|
static const char *lpWindowName = "\x93\xB4\x8C\x41\x95\xA8\x8C\xEA"; // '洞窟物語' (Cave Story) in Shift-JIS
|
||||||
#else
|
#else
|
||||||
static const char *lpWindowName = "Cave Story ~ Doukutsu Monogatari";
|
static const char *lpWindowName = "Cave Story ~ Doukutsu Monogatari";
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue