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.118 by root, Mon Jan 1 21:19:52 2007 UTC vs.
Revision 1.119 by root, Tue Jan 2 08:26:42 2007 UTC

1462 $path = new cf::path $path; 1462 $path = new cf::path $path;
1463 1463
1464 my $map = cf::map::find_map $path->as_string; 1464 my $map = cf::map::find_map $path->as_string;
1465 $map = $map->customise_for ($self) if $map; 1465 $map = $map->customise_for ($self) if $map;
1466 1466
1467 warn "entering ", $map->path, " at ($x, $y)\n" 1467# warn "entering ", $map->path, " at ($x, $y)\n"
1468 if $map; 1468# if $map;
1469 1469
1470 $map or $self->message ("The exit is closed", cf::NDI_UNIQUE | cf::NDI_RED); 1470 $map or $self->message ("The exit is closed", cf::NDI_UNIQUE | cf::NDI_RED);
1471 1471
1472 $self->leave_link ($map, $x, $y); 1472 $self->leave_link ($map, $x, $y);
1473 })->prio (1); 1473 })->prio (1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines