Added an accuracy improvement
It affects portability though, so it's hidden behind the NONPORTABLE flag.
This commit is contained in:
parent
dc0f242f25
commit
58a3974e1a
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue