--- deliantra/server/common/map.C 2007/11/08 19:43:23 1.132 +++ deliantra/server/common/map.C 2008/04/15 14:21:04 1.134 @@ -309,7 +309,7 @@ { for (;;) { - coroapi::cede_to_tick_every (100); // cede once in a while + coroapi::cede_to_tick (); // cede once in a while switch (f.kw) { @@ -1223,7 +1223,7 @@ if (!tile_path[dir]) return 0; - if (tile_map[dir] && (!load || tile_map[dir]->in_memory == MAP_IN_MEMORY)) + if (tile_map[dir] && (!load || tile_map[dir]->in_memory == MAP_ACTIVE)) return 1; if ((tile_map[dir] = find_async (tile_path[dir], this, load)))