Made English MapName.cpp stuff match the Japanese version
This commit is contained in:
parent
f249f8c604
commit
5c68009e7a
1 changed files with 23 additions and 23 deletions
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue