ref: 7b2fae78ac786f267e8765b185ccc669b118e989
parent: 01297eab42a30f3c5eae8969d058f7cf06d7ffe6
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Apr 9 18:28:52 EDT 2019
Fix a strange GCC build error in MapName.cpp
--- a/src/MapName.cpp
+++ b/src/MapName.cpp
@@ -18,26 +18,26 @@
unsigned char presentText[24] = {
#ifdef JAPANESE
// "�J����Pixel presents"
- 0x8A-1, // �J
- 0x4A-1,
- 0x94-1, // ��
- 0xAD-1,
- 0x8E-1, // ��
- 0xBA-1,
- 'P'-1,
- 'i'-1,
- 'x'-1,
- 'e'-1,
- 'l'-1,
- ' '-1,
- 'p'-1,
- 'r'-1,
- 'e'-1,
- 's'-1,
- 'e'-1,
- 'n'-1,
- 't'-1,
- 's'-1,
+ 0x8A - 1, // �J
+ 0x4A - 1,
+ 0x94 - 1, // ��
+ 0xAD - 1,
+ 0x8E - 1, // ��
+ 0xBA - 1,
+ 'P' - 1,
+ 'i' - 1,
+ 'x' - 1,
+ 'e' - 1,
+ 'l' - 1,
+ ' ' - 1,
+ 'p' - 1,
+ 'r' - 1,
+ 'e' - 1,
+ 's' - 1,
+ 'e' - 1,
+ 'n' - 1,
+ 't' - 1,
+ 's' - 1,
#else
// " Studio Pixel presents"
' '-1,