shithub: cstory

Download patch

ref: 86f737802e9b183cbd5a1d54f5404a74aeb183f2
parent: 11941e16669e666b97e0506cdc070e651c700989
parent: bc262bd5e2f29d261e6cf6805e2369105f5f2abc
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Sep 2 16:30:26 EDT 2019

Merge branch 'accurate' into portable

--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -46,7 +46,7 @@
 static const char *mutex_name = "Doukutsu";
 
 #ifdef JAPANESE
-static const char *lpWindowName = "洞窟物語";
+static const char *lpWindowName = "洞窟物語";	// "Cave Story"
 #else
 static const char *lpWindowName = "Cave Story ~ Doukutsu Monogatari";
 #endif
--