summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/brickmania.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 7f1b95b6cd..c2bcd3da0c 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -771,6 +771,8 @@ static int brickmania_help(void)
771 "G", "Glue:", "ball", "sticks", "to", "paddle", "", 771 "G", "Glue:", "ball", "sticks", "to", "paddle", "",
772 "B", "Ball:", "generates", "another", "ball", "", 772 "B", "Ball:", "generates", "another", "ball", "",
773 "FL", "Flip:", "flips", "left / right", "movement", "", 773 "FL", "Flip:", "flips", "left / right", "movement", "",
774 "<->", "or", "<E>:", "enlarges", "the", "paddle", "",
775 ">-<", "or", ">B<:", "shrinks", "the", "paddle", "",
774 }; 776 };
775 static struct style_text formation[]={ 777 static struct style_text formation[]={
776 { 0, TEXT_CENTER|TEXT_UNDERLINE }, 778 { 0, TEXT_CENTER|TEXT_UNDERLINE },