mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 18:02:01 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -58,8 +58,8 @@ static void done_bar_draw(int x1,int y1,int x2,int y2,OBJREC *o)
|
|||
|
||||
void done_bar(OBJREC *o) //define(...done_bar,max);
|
||||
{
|
||||
o->runs[0]=done_bar_init;
|
||||
o->runs[1]=done_bar_draw;
|
||||
o->call_init=done_bar_init;
|
||||
o->call_draw=done_bar_draw;
|
||||
o->datasize=4;
|
||||
}
|
||||
|
||||
|
@ -238,8 +238,8 @@ static void view_line_draw(int x1,int y1, int x2, int y2, OBJREC *o)
|
|||
|
||||
void view_line(OBJREC *o)
|
||||
{
|
||||
o->runs[0]=view_line_init;
|
||||
o->runs[1]=view_line_draw;
|
||||
o->call_init=view_line_init;
|
||||
o->call_draw=view_line_draw;
|
||||
}
|
||||
|
||||
|
||||
|
@ -369,8 +369,8 @@ char do_script(int section)
|
|||
{
|
||||
char s[200];
|
||||
|
||||
sprintf(s,"Instal tor nedok z l zpracovat © dek '%s' - P©¡kaz '%s' vr til chybu",command,commands[i]);
|
||||
if (msg_box("Chyba v INF",'\x1',s,"Ignoruj","P©eru¨it",NULL)==2) return 1;
|
||||
sprintf(s,"Instal<EFBFBD>tor nedok<6F>z<EFBFBD>l zpracovat <20><>dek '%s' - P<><50>kaz '%s' vr<76>til chybu",command,commands[i]);
|
||||
if (msg_box("Chyba v INF",'\x1',s,"Ignoruj","P<EFBFBD>eru<EFBFBD>it",NULL)==2) return 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -412,7 +412,7 @@ char *get_cdrom()
|
|||
}
|
||||
else
|
||||
{
|
||||
strcpy(s,"<nen¡>");
|
||||
strcpy(s,"<nen<EFBFBD>>");
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue