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.124 by root, Tue Apr 15 14:21:04 2008 UTC vs.
Revision 1.125 by root, Sun Apr 20 05:24:55 2008 UTC

422 */ 422 */
423void 423void
424do_specials (void) 424do_specials (void)
425{ 425{
426 shstr::gc (); 426 shstr::gc ();
427 archetype::gc ();
427 428
428 if (expect_false (!(pticks % TICKS_PER_HOUR))) 429 if (expect_false (!(pticks % TICKS_PER_HOUR)))
429 adjust_daylight (); 430 adjust_daylight ();
430 431
431 if (expect_false (!(pticks % 2503))) 432 if (expect_false (!(pticks % 2503)))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines