Skip to content

Commit

Permalink
Switched back but this is depreceated
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rodo committed Jun 24, 2010
1 parent 9b7fa21 commit ba7961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/frozen-bubble
Original file line number Diff line number Diff line change
Expand Up @@ -5622,7 +5622,7 @@ sub menu {
run => sub { $menu_display_highscores->() }
},
);
my $current_pos = 1; # selected menu entry (1..8)
my $current_pos if 0; $current_pos = 1; # selected menu entry (1..8) # THIS IS DEPRECEATED
my @menu_invalids = (); # list of menu item's positions
$invalidate_all = sub { push @menu_invalids, $menu_entries{$_}->{pos} foreach keys %menu_entries };

Expand Down

0 comments on commit ba7961e

Please sign in to comment.