FreeCalypso > hg > fc-magnetite
changeset 442:83d924b6721f
src/ui3/bmi/mmiIcons.c: same !LSCREEN fix as in TCS211 version
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 Jan 2018 04:36:47 +0000 |
parents | be08136acc1d |
children | c26bee8e34c6 |
files | src/ui3/bmi/mmiIcons.c |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ui3/bmi/mmiIcons.c Mon Jan 22 04:27:43 2018 +0000 +++ b/src/ui3/bmi/mmiIcons.c Mon Jan 22 04:36:47 2018 +0000 @@ -399,6 +399,19 @@ #ifndef LSCREEN +/* + * FreeCalypso change: multi_pointer[] was only defined for the + * LSCREEN configuration in the original TCS211 source, thus the + * sans-LSCREEN config (old C-Sample) would not compile. + * + * Although I don't know if it's correct or not, I have copied + * the definition from the LSCREEN code in order to get the build + * to pass. -- Space Falcon + */ +const unsigned char multi_pointer[]={ + 0x08,0x0C,0xFE,0xFF,0xFE,0x0C,0x08,0x00, +}; + const unsigned char game_cursor[]={ 0x00,0xFC,0xFC,0x78,0x78,0x30, };