Corrected new line mistake
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
70818bd58c
commit
953b2990ce
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ void ReadyMapName(const char *str)
|
|||
int a;
|
||||
|
||||
// Handle "Studio Pixel presents" text in the intro, using an obfuscated string
|
||||
unsigned char presentText[24] =
|
||||
{
|
||||
unsigned char presentText[24] = {
|
||||
#ifdef JAPANESE
|
||||
// "開発室Pixel presents"
|
||||
0x8A - 1, // 開
|
||||
|
|
Loading…
Add table
Reference in a new issue