# HG changeset patch # User Mychaela Falconia # Date 1475869776 0 # Node ID 5f3644f0109edc8fea9c1182678dd44ae0040ee3 # Parent dc91f10b3d949cb7c22fc1553c37295ee7b762db src/aci2/bmi/mmiIcons.c: fix for sans-LSCREEN from tcs211-c139 diff -r dc91f10b3d94 -r 5f3644f0109e src/aci2/bmi/mmiIcons.c --- a/src/aci2/bmi/mmiIcons.c Fri Oct 07 06:24:47 2016 +0000 +++ b/src/aci2/bmi/mmiIcons.c Fri Oct 07 19:49:36 2016 +0000 @@ -365,6 +365,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, };