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.117 by root, Wed Sep 12 11:10:11 2007 UTC vs.
Revision 1.119 by root, Mon Oct 22 05:46:45 2007 UTC

420do_specials (void) 420do_specials (void)
421{ 421{
422 if (expect_false (!(pticks % TICKS_PER_HOUR))) 422 if (expect_false (!(pticks % TICKS_PER_HOUR)))
423 adjust_daylight (); 423 adjust_daylight ();
424 424
425 if (expect_false (!(pticks % 7))) 425 if (expect_false (!(pticks % 89)))
426 shstr::gc (); 426 shstr::gc ();
427 427
428 if (expect_false (!(pticks % 2503))) 428 if (expect_false (!(pticks % 2503)))
429 fix_weight (); /* Hack to fix weightproblems caused by bugs */ 429 fix_weight (); /* Hack to fix weightproblems caused by bugs */
430 430
511 settings.argc = argc; 511 settings.argc = argc;
512 settings.argv = argv; 512 settings.argv = argv;
513 513
514 init (argc, argv); 514 init (argc, argv);
515 515
516 initPlugins ();
517
518 for (;;) 516 for (;;)
519 cfperl_main (); 517 cfperl_main ();
520} 518}
521#endif 519#endif
522 520

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines