aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.c b/src/game.c
index 40dfb7b..8f837a7 100644
--- a/src/game.c
+++ b/src/game.c
@@ -273,9 +273,9 @@ next_stage:
wait_frames(96);
/* erase the READY? text */
+ Rect ready = { 136, 100, 184, 8 };
wait_vsync();
- blit_copy_all();
-
+ blit_copy(&ready);
entities_draw();
timer_start(GAME_TIME_MAX, &clock_updated);