aboutsummaryrefslogtreecommitdiff
path: root/plugins/game/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/game/game.c')
-rw-r--r--plugins/game/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/game/game.c b/plugins/game/game.c
index bd93419..ea6a665 100644
--- a/plugins/game/game.c
+++ b/plugins/game/game.c
@@ -369,7 +369,7 @@ static void render_map(struct winsize ws)
printf(" ");
}
- for (int i = 0; i < rows_left + 1; i++)
+ for (int i = 0; i < rows_left; i++)
for (int i = 0; i < ws.ws_col; i++)
printf(" ");
}