From 05a30813f4a86f2566f9ec49f84942b27fe31fdd Mon Sep 17 00:00:00 2001 From: realraum Date: Wed, 13 Jul 2011 20:55:38 +0000 Subject: [PATCH] and again --- dart/dart-schiffe.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/dart/dart-schiffe.pl b/dart/dart-schiffe.pl index e2a3e35..9687de2 100755 --- a/dart/dart-schiffe.pl +++ b/dart/dart-schiffe.pl @@ -173,6 +173,7 @@ sub shoot $self->shout_last_shoot(); if ($player->{sel_x} && $player->{sel_y}) { + $player->{highlight}{selected}=Clone::clone($self->{empty_matrix}); my $x_middle = $player->{sel_x}; my $y_middle = $player->{sel_y}; my $mult_x = $player->{mult_x}; -- 1.7.10.4