File diff r3325:c322f5f18737 → r3326:d3b33ffce47d
main_gui.c
Show inline comments
 
@@ -2401,13 +2401,13 @@ void SetupColorsAndInitialWindow(void)
 
{
 
	uint i;
 
	Window *w;
 
	int width,height;
 

	
 
	for (i = 0; i != 16; i++) {
 
		const byte* b = GetNonSprite(0x307 + i);
 
		const byte* b = GetNonSprite(PALETTE_RECOLOR_START + i);
 

	
 
		assert(b);
 
		_color_list[i] = *(const ColorList*)(b + 0xC6);
 
	}
 

	
 
	width = _screen.width;