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.423 by root, Sun Apr 20 00:44:13 2008 UTC vs.
Revision 1.424 by root, Sun Apr 20 05:24:55 2008 UTC

3313 $ns->fx_want ($k, $v); 3313 $ns->fx_want ($k, $v);
3314 } 3314 }
3315}; 3315};
3316 3316
3317sub load_resource_file($) { 3317sub load_resource_file($) {
3318 my $guard = lock_acquire "load_resource_file";
3319
3318 my $status = load_resource_file_ $_[0]; 3320 my $status = load_resource_file_ $_[0];
3319 get_slot 0.1, 100; 3321 get_slot 0.1, 100;
3320 cf::arch::commit_load; 3322 cf::arch::commit_load;
3323
3321 $status 3324 $status
3322} 3325}
3323 3326
3324sub reload_regions { 3327sub reload_regions {
3325 # HACK to clear player env face cache, we need some signal framework 3328 # HACK to clear player env face cache, we need some signal framework

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines