summaryrefslogtreecommitdiffstats
path: root/source/states
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2026-06-28 01:27:46 -0500
committerLibravatar bigfoot547 <[email protected]>2026-06-28 01:27:46 -0500
commitbc8d6da2c1cb659b406cbd59b7eac80bba51033f (patch)
treedd6605c84129ed43c528eb4a98ccfc0f653987cf /source/states
parentinitial commit (diff)
add new testsHEADmaster
Diffstat (limited to 'source/states')
-rw-r--r--source/states/menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/states/menu.c b/source/states/menu.c
index 15e0b3c..ea5134b 100644
--- a/source/states/menu.c
+++ b/source/states/menu.c
@@ -59,6 +59,8 @@ static int begin_testing(u32 menu_state, struct et_next_state *next_state) {
next_state->state = et_state_begin_testing;
next_state->init_data.p = plan;
+ putchar('\n');
+
return 1;
}