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.150 by root, Sun Apr 11 00:34:06 2010 UTC vs.
Revision 1.151 by root, Sat Apr 17 02:50:21 2010 UTC

408 // then do some bookkeeping, should not really be here 408 // then do some bookkeeping, should not really be here
409 do_specials (); /* Routines called from time to time. */ 409 do_specials (); /* Routines called from time to time. */
410 attachable::check_mortals (); 410 attachable::check_mortals ();
411 411
412 ++pticks; 412 ++pticks;
413
414 if (object::object_count >= RESTART_COUNT)
415 cleanup ("running out of protocol ID values - need full restart");
413} 416}
414 417
415// normal main 418// normal main
416int 419int
417main (int argc, char **argv) 420main (int argc, char **argv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines