ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/perl/minesweeper.ext
(Generate patch)

Comparing deliantra/maps/perl/minesweeper.ext (file contents):
Revision 1.14 by root, Fri Sep 8 16:22:14 2006 UTC vs.
Revision 1.15 by root, Tue Dec 12 16:59:34 2006 UTC

54 $who->x, $who->y); 54 $who->x, $who->y);
55 55
56 push @{ $meta->{queue} }, grep !$_->{visible}, @neigh 56 push @{ $meta->{queue} }, grep !$_->{visible}, @neigh
57 unless $bombs; 57 unless $bombs;
58 58
59 $who->remove; 59 $who->destroy;
60 $who->free;
61 } 60 }
62 61
63 1 62 1
64} 63}
65 64

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines