Eolite: one more try to show compiler where are files

git-svn-id: svn://kolibrios.org@3046 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-11-16 16:57:16 +00:00
parent 5acc68dddd
commit 881c591f08
2 changed files with 3 additions and 4 deletions

View File

@ -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";
unsigned char factions[16*44] = FROM "file_actions.raw";

View File

@ -9,7 +9,6 @@
void about_dialog()
{
byte p;
mouse mm;
byte id, letitclose=0;
SetEventMask(100111b);