From: realraum Date: Sun, 3 Jul 2011 21:15:01 +0000 (+0000) Subject: bugfix dart framework X-Git-Url: https://git.realraum.at/?p=svn42.git;a=commitdiff_plain;h=7f621c27a3a2ac7a3a14cf655d03782681e35966 bugfix dart framework --- diff --git a/dart/Dart.pm b/dart/Dart.pm index b355395..203db46 100644 --- a/dart/Dart.pm +++ b/dart/Dart.pm @@ -126,7 +126,7 @@ sub next_player my $self=shift; $self->callback('before_next_player'); $self->{current_shoot_count}=0; - ($self->{current_player},my $new_round)=get_next_active_player($self->{current_player}); + ($self->{current_player},my $new_round)=get_next_active_player($self->{player},$self->{current_player}); $self->shout("player"); $self->shout($self->get_current_player()->{name}); $self->next_round() if $new_round;