mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-18 12:16:40 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -441,10 +441,10 @@ void dtext_draw(int x1,int y1,int x2, int y2,OBJREC *o)
|
|||
|
||||
void dtext(OBJREC *o)
|
||||
{
|
||||
o->runs[0]=dtext_init;
|
||||
o->runs[1]=dtext_draw;
|
||||
//o->runs[2]=sample_event;
|
||||
//o->runs[3]=sample_done;
|
||||
o->call_init=dtext_init;
|
||||
o->call_draw=dtext_draw;
|
||||
//o->call_event=sample_event;
|
||||
//o->call_done=sample_done;
|
||||
}
|
||||
|
||||
void about()
|
||||
|
@ -485,7 +485,7 @@ void fog_bar_draw(int x1,int y1,int x2,int y2,OBJREC *o)
|
|||
|
||||
void fog_bar(OBJREC *o)
|
||||
{
|
||||
o->runs[1]=fog_bar_draw;
|
||||
o->call_draw=fog_bar_draw;
|
||||
}
|
||||
|
||||
void close_app(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue