changeset 128:5f3644f0109e

src/aci2/bmi/mmiIcons.c: fix for sans-LSCREEN from tcs211-c139
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 07 Oct 2016 19:49:36 +0000
parents dc91f10b3d94
children f4ee7ba49bdb
files src/aci2/bmi/mmiIcons.c
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,
 };