Skip to content

Commit

Permalink
XEEN: Fix single pixel difference for post-deposit message
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dreammaster committed Apr 7, 2018
1 parent d8e4f35 commit aa168e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/create_xeen/constants.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit aa168e0

Please sign in to comment.