main_gui.c
changeset 2643 f1fec6d1559a
parent 2639 eeaefdabfdfd
child 2652 733e6877ccb1
equal deleted inserted replaced
2642:1d79b44ccbc9 2643:f1fec6d1559a
  2411 
  2411 
  2412 	for (i = 0; i != 16; i++) {
  2412 	for (i = 0; i != 16; i++) {
  2413 		const byte* b = GetNonSprite(0x307 + i);
  2413 		const byte* b = GetNonSprite(0x307 + i);
  2414 
  2414 
  2415 		assert(b);
  2415 		assert(b);
  2416 		_color_list[i] = *(ColorList*)(b + 0xC6);
  2416 		_color_list[i] = *(const ColorList*)(b + 0xC6);
  2417 	}
  2417 	}
  2418 
  2418 
  2419 	width = _screen.width;
  2419 	width = _screen.width;
  2420 	height = _screen.height;
  2420 	height = _screen.height;
  2421 
  2421