From 5bae12e1467eb402f89334a4f28cb78e1d5049e2 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 28 May 2009 19:40:49 +0000 Subject: [PATCH] Add another possible pause. --- xtrn/knk/knk.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xtrn/knk/knk.js b/xtrn/knk/knk.js index c709493e3d..5b85c46408 100644 --- a/xtrn/knk/knk.js +++ b/xtrn/knk/knk.js @@ -1640,6 +1640,8 @@ function play_game() console.pause(); update_userfile(player, computer, winner.isplayer); show_scoreboard(true); + if(console.line_counter > console.screen_rows/2) + console.pause(); var dat_file=read_dat(); if(dat_file===undefined || dat_file.shortestgame === undefined || dat_file.shortestgame.months === undefined || dat_file.shortestgame.months >= month) { console.attributes=YELLOW|BLINK; -- GitLab