--- deliantra/server/common/treasure.C 2007/04/16 15:36:22 1.44 +++ deliantra/server/common/treasure.C 2007/04/17 10:06:32 1.46 @@ -86,7 +86,7 @@ if (!name) return 0; - AUTODECL (i, tl_map.find (name)); + auto (i, tl_map.find (name)); if (i == tl_map.end ()) return 0; @@ -144,7 +144,7 @@ for (;;) { - coroapi::cede_every (10); + coroapi::cede_to_tick_every (10); f.next ();