Skip to content

Commit

Permalink
levels: update default.pl to add recently added level 13
Browse files Browse the repository at this point in the history
  • Loading branch information
penma committed Jun 10, 2009
1 parent 5607e82 commit e9c246d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/levels/default.pl
Expand Up @@ -2,4 +2,4 @@
$levelset->{author} = "Various";
$levelset->{name} = "Default Levelset";

push(@{$levelset->{levels}}, "default/$_") for (1..12);
push(@{$levelset->{levels}}, "default/$_") for (1..13);

0 comments on commit e9c246d

Please sign in to comment.