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.140 by root, Wed Nov 4 00:08:44 2009 UTC vs.
Revision 1.141 by root, Fri Nov 6 12:49:19 2009 UTC

352 * done on the same tick, but that will happen very infrequently 352 * done on the same tick, but that will happen very infrequently
353 * 353 *
354 * I also think this code makes it easier to see how often we really are 354 * I also think this code makes it easier to see how often we really are
355 * doing the various things. 355 * doing the various things.
356 */ 356 */
357void 357static void
358do_specials (void) 358do_specials (void)
359{ 359{
360 shstr::gc (); 360 shstr::gc ();
361 archetype::gc (); 361 archetype::gc ();
362 362

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines