projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3311c2a
)
bugfix dart framework
author
realraum
<realraum@realraum.at>
Sun, 3 Jul 2011 21:15:01 +0000
(21:15 +0000)
committer
realraum
<realraum@realraum.at>
Sun, 3 Jul 2011 21:15:01 +0000
(21:15 +0000)
dart/Dart.pm
patch
|
blob
|
history
diff --git
a/dart/Dart.pm
b/dart/Dart.pm
index
b355395
..
203db46
100644
(file)
--- 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;