* Patch from Malcolm Parsons <malcolm@bits.bris.ac.uk> to fix robots -A

score problem. (Closes: #49894)
   * Patch from Malcolm to fix robots so it asks if you want a new game after
     each game. (Closes: #49897)


git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5107 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
1999-11-11 19:37:53 +00:00
parent 1c2a412a82
commit afe15edd7b
4 changed files with 102 additions and 34 deletions

View File

@@ -187,6 +187,7 @@ main(ac, av)
sleep(1);
refresh();
}
Num_games = 1;
} while (!Auto_bot && another());
quit(0);
/* NOTREACHED */