releasing version 2.17-1

git-svn-id: file:///srv/svn/joey/trunk/src/packages/bsdgames@11092 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
2005-02-18 18:44:27 +00:00
parent 3d248f5d00
commit 00d2970fb5
126 changed files with 786 additions and 778 deletions

View File

@@ -1,10 +1,12 @@
/* $NetBSD: io.c,v 1.6 2004/02/08 00:32:07 jsm Exp $ */
/* $NetBSD: io.c,v 1.9 2005/02/15 12:58:21 jsm Exp $ */
/*
* io.c - input/output routines for Phantasia
*/
#include "include.h"
#undef bool
#include <curses.h>
void
getstring(cp, mx)
@@ -154,7 +156,7 @@ interrupt()
int
getanswer(choices, def)
const char *choices;
bool def;
phbool def;
{
int ch; /* input */
volatile int loop; /* counter */