X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=dart%2FDart.pm;h=8ceee1723b4d6ec9de2a725effb6fe3763a194d1;hp=634f149071e0be985e424428d77c3008cff0b940;hb=8ac06bcb3f87262342da16851a89bb27907aee99;hpb=75a44243194cb0c7ec800e4870c1c8a60a5cdc76 diff --git a/dart/Dart.pm b/dart/Dart.pm index 634f149..8ceee17 100644 --- a/dart/Dart.pm +++ b/dart/Dart.pm @@ -90,6 +90,8 @@ sub run $self->callback('undo'); } elsif ($mult eq 'reset') { $self->reset_game(); + } elsif ($mult eq 'quit') { + return; } push @history, Clone::clone($self); $self->callback('before_shoot');