Correct comment spacing and convert MapName.cpp to UTF-8

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-05-08 09:39:08 +02:00
parent 2f15c23277
commit 9ed2cdc9f1

View file

@ -18,12 +18,12 @@ void ReadyMapName(const char *str)
unsigned char presentText[24] =
{
#ifdef JAPANESE
// "ŠJ”­ŽºPixel presents"
0x8A - 1, // ŠJ
// "開発室Pixel presents"
0x8A - 1, //
0x4A - 1,
0x94 - 1, // ”­
0x94 - 1, //
0xAD - 1,
0x8E - 1, // Žº
0x8E - 1, //
0xBA - 1,
'P' - 1,
'i' - 1,