mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 02:36:40 -04:00
compile and run in windows (improvements needed)
This commit is contained in:
parent
f55f92a88b
commit
f70b29abab
83 changed files with 415 additions and 3747 deletions
|
@ -524,13 +524,13 @@ void back_music(void)
|
|||
puts("\x7");
|
||||
}
|
||||
*/
|
||||
void *timming(EVENT_MSG *msg,void **data)
|
||||
void timming(EVENT_MSG *msg,void **data)
|
||||
{
|
||||
THE_TIMER *p,*q;
|
||||
int i,j;
|
||||
|
||||
data;
|
||||
if (msg->msg==E_INIT) return &timming;
|
||||
if (msg->msg==E_INIT) return ;
|
||||
*otevri_zavoru=1;
|
||||
j=va_arg(msg->data,int);
|
||||
for (i=0;i<j;i++)
|
||||
|
@ -582,7 +582,7 @@ void *timming(EVENT_MSG *msg,void **data)
|
|||
q=p;
|
||||
}
|
||||
}
|
||||
return NULL;
|
||||
return ;
|
||||
}
|
||||
|
||||
void delete_from_timer(int id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue