From bc262bd5e2f29d261e6cf6805e2369105f5f2abc Mon Sep 17 00:00:00 2001 From: Clownacy Date: Mon, 2 Sep 2019 20:28:41 +0100 Subject: [PATCH] Explain some Shift-JIS --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index f31d1b3d..08451c69 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -46,7 +46,7 @@ static int windowHeight; static const char *mutex_name = "Doukutsu"; #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 static const char *lpWindowName = "Cave Story ~ Doukutsu Monogatari"; #endif