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.121 by root, Sun Dec 16 02:36:29 2007 UTC vs.
Revision 1.122 by root, Fri Apr 11 21:09:53 2008 UTC

419 * doing the various things. 419 * doing the various things.
420 */ 420 */
421void 421void
422do_specials (void) 422do_specials (void)
423{ 423{
424 shstr::gc ();
425
424 if (expect_false (!(pticks % TICKS_PER_HOUR))) 426 if (expect_false (!(pticks % TICKS_PER_HOUR)))
425 adjust_daylight (); 427 adjust_daylight ();
426
427 if (expect_false (!(pticks % 89)))
428 shstr::gc ();
429 428
430 if (expect_false (!(pticks % 2503))) 429 if (expect_false (!(pticks % 2503)))
431 fix_weight (); /* Hack to fix weightproblems caused by bugs */ 430 fix_weight (); /* Hack to fix weightproblems caused by bugs */
432 431
433 if (expect_false (!(pticks % 5003))) 432 if (expect_false (!(pticks % 5003)))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines