From aa168e079f1145191b25ccc1894b52c64400068f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 7 Apr 2018 11:11:12 -0400 Subject: XEEN: Fix single pixel difference for post-deposit message I still haven't tracked down how the original handles the integer division rounding that results in the pre and post deposit Deposit dialog message being offset by 1 pixel. But since the problem could be resolved by standardising when center alignment is set in both messages, and I haven't noticed any problem elsewhere, I think this is sufficient for now --- devtools/create_xeen/constants.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools') diff --git a/devtools/create_xeen/constants.cpp b/devtools/create_xeen/constants.cpp index 5ff6946340..fcfbeca5aa 100644 --- a/devtools/create_xeen/constants.cpp +++ b/devtools/create_xeen/constants.cpp @@ -968,7 +968,7 @@ const char *const GOLD_GEMS = "Gems\x3r\t000%s\x2\x3""c\v096\t013G\f37o\fdld\t040G\f37e\fdms\t067ESC\x1"; const char *const GOLD_GEMS_2 = - "\t000\v000\x3""c%s\x3l\n" + "\x3""c\v000\t000%s\x3l\n" "\n" "\x4""077Gold\x3r\t000%s\x3l\n" "\x4""077Gems\x3r\t000%s\x3l\t000\v051\x4""077\n" -- cgit v1.2.3