New upstream source

git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5109 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
1999-11-13 22:16:57 +00:00
parent afe15edd7b
commit aba887ecbf
5 changed files with 9 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.11 1999/09/12 09:02:22 jsm Exp $ */
/* $NetBSD: main.c,v 1.12 1999/10/04 23:27:02 lukem 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.11 1999/09/12 09:02:22 jsm Exp $");
__RCSID("$NetBSD: main.c,v 1.12 1999/10/04 23:27:02 lukem Exp $");
#endif
#endif /* not lint */
@@ -187,7 +187,7 @@ main(ac, av)
sleep(1);
refresh();
}
Num_games = 1;
Num_games = 1;
} while (!Auto_bot && another());
quit(0);
/* NOTREACHED */