# HG changeset patch # User Mychaela Falconia # Date 1516595807 0 # Node ID 83d924b6721f689479c4a3e200b147f6ec55b979 # Parent be08136acc1dfdee0befdb547e053fde5687ac43 src/ui3/bmi/mmiIcons.c: same !LSCREEN fix as in TCS211 version diff -r be08136acc1d -r 83d924b6721f src/ui3/bmi/mmiIcons.c --- 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, };