ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/main.C
(Generate patch)

Comparing deliantra/server/server/main.C (file contents):
Revision 1.10 by root, Mon Aug 28 07:54:11 2006 UTC vs.
Revision 1.11 by root, Mon Aug 28 08:38:19 2006 UTC

1/* 1/*
2 * static char *rcsid_main_c = 2 * static char *rcsid_main_c =
3 * "$Id: main.C,v 1.10 2006/08/28 07:54:11 root Exp $"; 3 * "$Id: main.C,v 1.11 2006/08/28 08:38:19 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
1314 nroferrors = 0; 1314 nroferrors = 0;
1315 1315
1316 doeric_server(); 1316 doeric_server();
1317 process_events(NULL); /* "do" something with objects with speed */ 1317 process_events(NULL); /* "do" something with objects with speed */
1318 cftimer_process_timers();/* Process the crossfire Timers */ 1318 cftimer_process_timers();/* Process the crossfire Timers */
1319 /* Lauwenmark : Here we handle the CLOCK global event */ 1319 INVOKE_GLOBAL (CLOCK);
1320 execute_global_event(EVENT_CLOCK);
1321 flush_sockets(); 1320 flush_sockets();
1322 check_active_maps(); /* Removes unused maps after a certain timeout */ 1321 check_active_maps(); /* Removes unused maps after a certain timeout */
1323 do_specials(); /* Routines called from time to time. */ 1322 do_specials(); /* Routines called from time to time. */
1324 1323
1325 ++pticks; 1324 ++pticks;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines