Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3045 → Rev 3046

/programs/fs/Eolite/trunk/imgs/left_p.txt
1,4 → 1,4
unsigned char blue_hl[190*268]= FROM "imgs/blue_hl8.raw";
unsigned char blue_hl[190*268]= FROM "blue_hl8.raw";
 
 
dword blue_hl_pal[100]= {0x0001699C,0x0000699C,0x00026A9C,0x0002699C,
19,7 → 19,7
0x001E7AA8,0x001C79A6,0x001575A4,0x00207CA8,0x001E7AA7,0x001D79A7,
0x001976A4,0x00217CA8,0x00227CA8,0x00207BA8,0x001976A5,0x001473A3,0};
 
unsigned char devices[14*65]= FROM "imgs/devices.raw";
unsigned char devices[14*65]= FROM "devices.raw";
 
 
unsigned char factions[16*44] = FROM "imgs/file_actions.raw";
unsigned char factions[16*44] = FROM "file_actions.raw";
/programs/fs/Eolite/trunk/include/about_dialog.h
9,7 → 9,6
 
void about_dialog()
{
byte p;
mouse mm;
byte id, letitclose=0;
SetEventMask(100111b);