shithub: cstory

Download patch

ref: 58a3974e1a648a235a136aa2249c2bab22ed3e91
parent: dc0f242f251e59fd2bebf2a1c4dd7a8dc2677f5d
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sat May 4 17:39:16 EDT 2019

Added an accuracy improvement

It affects portability though, so it's hidden behind the NONPORTABLE
flag.

--- a/src/Stage.cpp
+++ b/src/Stage.cpp
@@ -234,7 +234,11 @@
 	"ACCESS",
 	"IRONH",
 	"GRAND",
+#ifdef NONPORTABLE
+	"Curly",	// The vanilla game used the original filename instead of the internal 8.3 one
+#else
 	"CURLY",
+#endif
 	"OSIDE",
 	"REQUIEM",
 	"WANPAK2",