aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game.c b/src/game.c
index 06cea08..609299f 100644
--- a/src/game.c
+++ b/src/game.c
@@ -257,11 +257,13 @@ next_stage:
wait_vsync();
blit_copy_all();
+ entities_sort();
+
blit_target(TARGET_SCREEN);
- put_text(136, 100, "READY?", 1);
+ wait_vsync();
- entities_sort();
entities_draw();
+ put_text(136, 100, "READY?", 1);
/* wait some time */
wait_frames(96);