--- deliantra/server/common/map.C 2006/12/30 10:16:10 1.56 +++ deliantra/server/common/map.C 2006/12/30 15:07:58 1.57 @@ -1326,19 +1326,6 @@ faces [2] = floor; faces_obj [2] = floor != blank_face ? floor_obj : 0; } -void -set_map_reset_time (maptile *map) -{ - int timeout = map->reset_timeout; - - if (timeout <= 0) - timeout = MAP_DEFAULTRESET; - if (timeout >= MAP_MAXRESET) - timeout = MAP_MAXRESET; - - map->reset_time = time (0) + timeout; -} - /* this updates the orig_map->tile_map[tile_num] value after loading * the map. It also takes care of linking back the freshly loaded * maps tile_map values if it tiles back to this one. It returns