forked from len0rd/rockbox
Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12807 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c643b9f3e
commit
4d6374c923
107 changed files with 529 additions and 553 deletions
|
|
@ -1659,7 +1659,7 @@ static int run(void)
|
|||
cycle_start = *rb->current_tick;
|
||||
}
|
||||
|
||||
rb->splash(HZ*2, true, "Game Over!");
|
||||
rb->splash(HZ*2, "Game Over!");
|
||||
|
||||
return 2; /* back to menu */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue