mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
XEEN: Fix display condition '+' characters in Character Info
This commit is contained in:
parent
7608792937
commit
5d19574f89
@ -1172,7 +1172,7 @@ const char *const CHARACTER_DETAILS =
|
||||
|
||||
const char *const PARTY_GOLD = "Party Gold";
|
||||
|
||||
const char *const PLUS_14 = "14+";
|
||||
const char *const PLUS_14 = "\f14+";
|
||||
|
||||
const char *const CHARACTER_TEMPLATE =
|
||||
"\x1\f00\r\x3l\t029\v018Mgt\t080Acy\t131H.P.\t196Experience"
|
||||
|
Loading…
Reference in New Issue
Block a user