ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.123 by root, Tue Jan 2 19:18:33 2007 UTC vs.
Revision 1.124 by root, Tue Jan 2 22:55:05 2007 UTC

1220 $map->last_access ($cf::RUNTIME); 1220 $map->last_access ($cf::RUNTIME);
1221 1221
1222 if ($map->should_reset) { 1222 if ($map->should_reset) {
1223 $map->reset; 1223 $map->reset;
1224 undef $guard; 1224 undef $guard;
1225 $map = find_map $path; 1225 $map = cf::map::find_map ($path)
1226 or return;
1226 } 1227 }
1227 1228
1228 $cf::MAP{$key} = $map 1229 $cf::MAP{$key} = $map
1229 } 1230 }
1230} 1231}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines