mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
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
This commit is contained in:
parent
d8e4f35cc0
commit
aa168e079f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user