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.118 by root, Sun Sep 30 16:24:32 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines