aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index 7fe6d78..6f17c51 100644
--- a/src/game.c
+++ b/src/game.c
@@ -190,7 +190,8 @@ static void run_gameover()
static void run_stageclear()
{
wait_vsync();
- put_text(116, 100, "STAGE CLEAR", 1);
+ put_text(116, 100, "STAGE", 1);
+ put_text(164, 100, "CLEAR", 1);
/* wait some time */
wait_frames(96);