ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/follow.ext
(Generate patch)

Comparing deliantra/server/ext/follow.ext (file contents):
Revision 1.5 by root, Tue Jan 2 08:26:41 2007 UTC vs.
Revision 1.6 by root, Thu Jan 4 18:48:15 2007 UTC

22 @$his = ($map, $x, $y); 22 @$his = ($map, $x, $y);
23 } 23 }
24 24
25 my $map; 25 my $map;
26 26
27 if ($map = cf::map::find_map $mine->[0] 27 if ($map = cf::map::find $mine->[0]
28 and !grep $_->flag (cf::FLAG_UNIQUE) && $_->flag (cf::FLAG_IS_FLOOR), 28 and !grep $_->flag (cf::FLAG_UNIQUE) && $_->flag (cf::FLAG_IS_FLOOR),
29 $map->at ($mine->[1], $mine->[2])) { 29 $map->at ($mine->[1], $mine->[2])) {
30 $who->ob->goto_map (@$mine); 30 $who->ob->goto_map (@$mine);
31 } else { 31 } else {
32 delete $follow{$name}; 32 delete $follow{$name};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines