X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=dart%2FDart.pm;fp=dart%2FDart.pm;h=203db46a667b56599b37eff789412887ae4743fc;hb=7f621c27a3a2ac7a3a14cf655d03782681e35966;hp=b355395648ed4427d1173917b9908b8286b5ad5b;hpb=3311c2a78c87d6428b8aeca2b14e8d86f49505fd;p=svn42.git 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;