Made English MapName.cpp stuff match the Japanese version

This commit is contained in:
Clownacy 2019-04-10 02:12:34 +01:00
parent f249f8c604
commit 5c68009e7a

View file

@ -40,29 +40,29 @@ void ReadyMapName(const char *str)
's' - 1, 's' - 1,
#else #else
// " Studio Pixel presents" // " Studio Pixel presents"
' '-1, ' ' - 1,
' '-1, ' ' - 1,
'S'-1, 'S' - 1,
't'-1, 't' - 1,
'u'-1, 'u' - 1,
'd'-1, 'd' - 1,
'i'-1, 'i' - 1,
'o'-1, 'o' - 1,
' '-1, ' ' - 1,
'P'-1, 'P' - 1,
'i'-1, 'i' - 1,
'x'-1, 'x' - 1,
'e'-1, 'e' - 1,
'l'-1, 'l' - 1,
' '-1, ' ' - 1,
'p'-1, 'p' - 1,
'r'-1, 'r' - 1,
'e'-1, 'e' - 1,
's'-1, 's' - 1,
'e'-1, 'e' - 1,
'n'-1, 'n' - 1,
't'-1, 't' - 1,
's'-1, 's' - 1,
#endif #endif
0xFF 0xFF
}; };