Skip to content
Snippets Groups Projects
Commit 5bae12e1 authored by deuce's avatar deuce
Browse files

Add another possible pause.

parent 42396ee8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment