diff --git a/programs/fs/Eolite/trunk/imgs/left_p.txt b/programs/fs/Eolite/trunk/imgs/left_p.txt index 4c0ead834f..a0aa534195 100644 --- a/programs/fs/Eolite/trunk/imgs/left_p.txt +++ b/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 @@ dword blue_hl_pal[100]= {0x0001699C,0x0000699C,0x00026A9C,0x0002699C, 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"; \ No newline at end of file +unsigned char factions[16*44] = FROM "file_actions.raw"; \ No newline at end of file diff --git a/programs/fs/Eolite/trunk/include/about_dialog.h b/programs/fs/Eolite/trunk/include/about_dialog.h index 00346ec892..c989949796 100644 --- a/programs/fs/Eolite/trunk/include/about_dialog.h +++ b/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);