diff options
-rw-r--r-- | src/game.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |