aboutsummaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menu.c b/src/menu.c
index fe188da..2c5db53 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -72,6 +72,8 @@ exec_cmd:
if(best_command >= 0)
{
+ if(batch_mode)
+ output("\n");
commands[best_command].handler(player);
output("\n");
}