version 1.49 | | version 1.50 |
---|
| | |
/* | | /* |
* static char *rcsid_main_c = | | * static char *rcsid_main_c = |
* "$Id: main.c,v 1.49 2001/10/14 07:57:14 gros Exp $"; | | * "$Id: main.c,v 1.50 2001/11/11 09:39:54 gros Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
doeric_server(); | | doeric_server(); |
process_events(NULL); /* "do" something with objects with speed */ | | process_events(NULL); /* "do" something with objects with speed */ |
| | cftimer_process_timers();/* Process the crossfire Timers */ |
#ifdef PLUGINS | | #ifdef PLUGINS |
/* GROS : Here we handle the CLOCK global event */ | | /* GROS : Here we handle the CLOCK global event */ |
evtid = EVENT_CLOCK; | | evtid = EVENT_CLOCK; |