comparison src/ui3/bmi/mmiIcons.c @ 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 6a4d9f47793e
children
comparison
equal deleted inserted replaced
441:be08136acc1d 442:83d924b6721f
396 0x84,0x21,0x08,0x42,0x10,0x84,0x21, 0x84,0x21,0x08,0x42,0x10,0x84,0x21, 396 0x84,0x21,0x08,0x42,0x10,0x84,0x21, 0x84,0x21,0x08,0x42,0x10,0x84,0x21,
397 0x84,0x21,0x08,0x42,0x10,0x84,0x21, 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, 397 0x84,0x21,0x08,0x42,0x10,0x84,0x21, 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
398 }; 398 };
399 399
400 #ifndef LSCREEN 400 #ifndef LSCREEN
401
402 /*
403 * FreeCalypso change: multi_pointer[] was only defined for the
404 * LSCREEN configuration in the original TCS211 source, thus the
405 * sans-LSCREEN config (old C-Sample) would not compile.
406 *
407 * Although I don't know if it's correct or not, I have copied
408 * the definition from the LSCREEN code in order to get the build
409 * to pass. -- Space Falcon
410 */
411 const unsigned char multi_pointer[]={
412 0x08,0x0C,0xFE,0xFF,0xFE,0x0C,0x08,0x00,
413 };
401 414
402 const unsigned char game_cursor[]={ 415 const unsigned char game_cursor[]={
403 0x00,0xFC,0xFC,0x78,0x78,0x30, 416 0x00,0xFC,0xFC,0x78,0x78,0x30,
404 }; 417 };
405 const unsigned char black_stone_bw[]={ 418 const unsigned char black_stone_bw[]={