diff options
author | Paul Gilbert | 2018-04-07 11:11:12 -0400 |
---|---|---|
committer | Paul Gilbert | 2018-04-07 11:11:12 -0400 |
commit | aa168e079f1145191b25ccc1894b52c64400068f (patch) | |
tree | 21fe320f19751ad399fc889a2cb49ebbb2fd8a49 /devtools/create_xeen | |
parent | d8e4f35cc07f7d29794df0a494e7ff550982b4f1 (diff) | |
download | scummvm-rg350-aa168e079f1145191b25ccc1894b52c64400068f.tar.gz scummvm-rg350-aa168e079f1145191b25ccc1894b52c64400068f.tar.bz2 scummvm-rg350-aa168e079f1145191b25ccc1894b52c64400068f.zip |
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
Diffstat (limited to 'devtools/create_xeen')
-rw-r--r-- | devtools/create_xeen/constants.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |