mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-25 00:24:57 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -175,8 +175,8 @@ void ikona_click(EVENT_MSG *msg,OBJREC *o)
|
|||
|
||||
void ikona(OBJREC *o)
|
||||
{
|
||||
o->runs[1]=ikona_display;
|
||||
o->runs[2]=ikona_click;
|
||||
o->call_draw=ikona_display;
|
||||
o->call_event=ikona_click;
|
||||
o->datasize=4;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue