From 58a3974e1a648a235a136aa2249c2bab22ed3e91 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 4 May 2019 21:39:16 +0000 Subject: [PATCH] Added an accuracy improvement It affects portability though, so it's hidden behind the NONPORTABLE flag. --- src/Stage.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Stage.cpp b/src/Stage.cpp index e69574ee..8fcf392b 100644 --- a/src/Stage.cpp +++ b/src/Stage.cpp @@ -234,7 +234,11 @@ const char *gMusicTable[42] = "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",