Added an accuracy improvement

It affects portability though, so it's hidden behind the NONPORTABLE
flag.
This commit is contained in:
Clownacy 2019-05-04 21:39:16 +00:00
parent dc0f242f25
commit 58a3974e1a

View file

@ -234,7 +234,11 @@ const char *gMusicTable[42] =
"ACCESS", "ACCESS",
"IRONH", "IRONH",
"GRAND", "GRAND",
#ifdef NONPORTABLE
"Curly", // The vanilla game used the original filename instead of the internal 8.3 one
#else
"CURLY", "CURLY",
#endif
"OSIDE", "OSIDE",
"REQUIEM", "REQUIEM",
"WANPAK2", "WANPAK2",