mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
robotfindskitten: clear message line before cinema scene
Just writes a bunch of spaces to clear the space before playing our animation. Change-Id: I9422190b691039252de70a5c7eec6286c686f031
This commit is contained in:
parent
feacbcd639
commit
fd20114eb2
1 changed files with 3 additions and 1 deletions
|
@ -464,7 +464,7 @@ static char* messages[] =
|
||||||
"Just a man selling an albatross.",
|
"Just a man selling an albatross.",
|
||||||
"The intermission from a 1930s silent movie.",
|
"The intermission from a 1930s silent movie.",
|
||||||
"It's an inverted billiard ball!",
|
"It's an inverted billiard ball!",
|
||||||
"The spectre of Sherlock Holmes wills you onwards.",
|
"The spectre of Sherlock Holmes wills you onwards."
|
||||||
};
|
};
|
||||||
|
|
||||||
#define RFK_VERSION "v1.4142135.406"
|
#define RFK_VERSION "v1.4142135.406"
|
||||||
|
@ -769,6 +769,8 @@ static int validchar(char a)
|
||||||
static void play_animation(int input)
|
static void play_animation(int input)
|
||||||
{
|
{
|
||||||
int counter;
|
int counter;
|
||||||
|
/* Clear the message line */
|
||||||
|
message(" ");
|
||||||
struct screen_object left;
|
struct screen_object left;
|
||||||
struct screen_object right;
|
struct screen_object right;
|
||||||
/*The grand cinema scene.*/
|
/*The grand cinema scene.*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue