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.133 by root, Mon Sep 29 10:31:32 2008 UTC vs.
Revision 1.134 by root, Tue Dec 23 06:58:24 2008 UTC

416{ 416{
417 shstr::gc (); 417 shstr::gc ();
418 archetype::gc (); 418 archetype::gc ();
419 419
420 if (expect_false (!(pticks % TICKS_PER_HOUR))) 420 if (expect_false (!(pticks % TICKS_PER_HOUR)))
421 adjust_daylight (); 421 maptile::adjust_daylight ();
422 422
423 if (expect_false (!(pticks % 2503))) 423 if (expect_false (!(pticks % 2503)))
424 fix_weight (); /* Hack to fix weightproblems caused by bugs */ 424 fix_weight (); /* Hack to fix weightproblems caused by bugs */
425 425
426 if (expect_false (!(pticks % 5003))) 426 if (expect_false (!(pticks % 5003)))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines