mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
* 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:
@@ -187,6 +187,7 @@ main(ac, av)
|
||||
sleep(1);
|
||||
refresh();
|
||||
}
|
||||
Num_games = 1;
|
||||
} while (!Auto_bot && another());
|
||||
quit(0);
|
||||
/* NOTREACHED */
|
||||
|
||||
Reference in New Issue
Block a user