--- deliantra/gde/GCE/MapEditor.pm 2006/04/04 11:29:54 1.35 +++ deliantra/gde/GCE/MapEditor.pm 2006/06/01 14:00:04 1.36 @@ -31,7 +31,7 @@ foreach my $cm ( [ Follow => sub { - $::MAINWIN->{edit_collection}{followexit}->begin ($map, $x, $y, $self) + $::MAINWIN->{edit_collection}{followexit}->edit ($map, $x, $y, $self) } ] ) { @@ -314,7 +314,9 @@ my $ea = $self->ea; - $ea->begin ($map, $x, $y, $self) + $ea->begin ($map, $x, $y, $self); + + $ea->edit ($map, $x, $y, $self) if $x >= 0 and $y >= 0 and $x < $map->{map}{width} and $y < $map->{map}{height}; $self->{draw_mode} = [$x, $y];