summaryrefslogtreecommitdiff
path: root/apps/plugins/robotfindskitten.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/robotfindskitten.c')
-rw-r--r--apps/plugins/robotfindskitten.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/robotfindskitten.c b/apps/plugins/robotfindskitten.c
index 8314839015..4f228423b6 100644
--- a/apps/plugins/robotfindskitten.c
+++ b/apps/plugins/robotfindskitten.c
@@ -464,7 +464,7 @@ static char* messages[] =
464 "Just a man selling an albatross.", 464 "Just a man selling an albatross.",
465 "The intermission from a 1930s silent movie.", 465 "The intermission from a 1930s silent movie.",
466 "It's an inverted billiard ball!", 466 "It's an inverted billiard ball!",
467 "The spectre of Sherlock Holmes wills you onwards.", 467 "The spectre of Sherlock Holmes wills you onwards."
468}; 468};
469 469
470#define RFK_VERSION "v1.4142135.406" 470#define RFK_VERSION "v1.4142135.406"
@@ -769,6 +769,8 @@ static int validchar(char a)
769static void play_animation(int input) 769static void play_animation(int input)
770{ 770{
771 int counter; 771 int counter;
772 /* Clear the message line */
773 message(" ");
772 struct screen_object left; 774 struct screen_object left;
773 struct screen_object right; 775 struct screen_object right;
774 /*The grand cinema scene.*/ 776 /*The grand cinema scene.*/