Ensure correct prompt asking about another game is given at the end of
each game. Bug report and fix from Malcolm Parsons <malcolm@bits.bris.ac.uk>.
This commit is contained in:
parent
a645bf0f29
commit
5c54ba1b0d
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: main.c,v 1.14 2000/01/19 19:19:43 jsm Exp $ */
|
||||
/* $NetBSD: main.c,v 1.15 2000/01/19 19:43:42 jsm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
|
@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: main.c,v 1.14 2000/01/19 19:19:43 jsm Exp $");
|
||||
__RCSID("$NetBSD: main.c,v 1.15 2000/01/19 19:43:42 jsm Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -187,6 +187,7 @@ main(ac, av)
|
|||
sleep(1);
|
||||
refresh();
|
||||
}
|
||||
Num_games = 1;
|
||||
} while (!Auto_bot && another());
|
||||
quit(0);
|
||||
/* NOTREACHED */
|
||||
|
|
Loading…
Reference in New Issue