Corrected formatting in MapName.cpp
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
b19733f47e
commit
846d34eaf1
1 changed files with 5 additions and 4 deletions
|
@ -15,7 +15,8 @@ void ReadyMapName(const char *str)
|
|||
int a;
|
||||
|
||||
//Handle "Studio Pixel presents" text in the intro
|
||||
unsigned char presentText[24] = {
|
||||
unsigned char presentText[24] =
|
||||
{
|
||||
#ifdef JAPANESE
|
||||
// "ŠJ”ŽºPixel presents"
|
||||
0x8A - 1, // ŠJ
|
||||
|
|
Loading…
Add table
Reference in a new issue