summaryrefslogtreecommitdiff
path: root/src/c/keyboard.c
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2022-06-06 00:11:11 +0200
committerAleksa Vučković <aleksav013@gmail.com>2022-06-08 13:59:25 +0200
commit58240b0509d11b09ce2994b88308650e7cfb93bd (patch)
treea21fb3bac12259c412cc2c6becc69376fbb4a9a4 /src/c/keyboard.c
parent4fc9a5b06a0b50db6fc12d4ab7d937766e9ec8a7 (diff)
game and keyboard small fixv1.0.2
Diffstat (limited to 'src/c/keyboard.c')
-rw-r--r--src/c/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/keyboard.c b/src/c/keyboard.c
index fb4361d..47c4a22 100644
--- a/src/c/keyboard.c
+++ b/src/c/keyboard.c
@@ -54,6 +54,7 @@ void enter()
}
buffer_index=0;
}
+ else prompt();
return;
}