summaryrefslogtreecommitdiffstats
path: root/games/phantasia/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/phantasia/io.c')
-rw-r--r--games/phantasia/io.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/games/phantasia/io.c b/games/phantasia/io.c
index addf1c9..8a0a614 100644
--- a/games/phantasia/io.c
+++ b/games/phantasia/io.c
@@ -37,7 +37,7 @@
/
/ 'mx' is assumed to be at least 2.
/
-/************************************************************************/
+*************************************************************************/
getstring(cp, mx)
register char *cp;
@@ -113,7 +113,7 @@ int ch; /* input */
/ DESCRIPTION:
/ Print a message, and wait for a space character.
/
-/************************************************************************/
+*************************************************************************/
more(where)
int where;
@@ -145,7 +145,7 @@ int where;
/ number.
/ If no valid number is found, return 0.0.
/
-/************************************************************************/
+*************************************************************************/
double
infloat()
@@ -183,7 +183,7 @@ double result; /* return value */
/ Refresh screen, and get a single character option from player.
/ Return a random value if player's ring has gone bad.
/
-/************************************************************************/
+*************************************************************************/
inputoption()
{
@@ -226,7 +226,7 @@ inputoption()
/ If the player wants to quit while in battle, he/she automatically
/ dies.
/
-/************************************************************************/
+*************************************************************************/
interrupt()
{
@@ -316,7 +316,7 @@ unsigned savealarm; /* to save alarm value */
/ list of choices.
/ Give up after 3 tries.
/
-/************************************************************************/
+*************************************************************************/
getanswer(choices, def)
char *choices;
@@ -427,7 +427,7 @@ YELL: mvprintw(oldy + 1, 0, "Please choose one of : [%s]\n", choices);
/ Come here when the alarm expires while waiting for input.
/ Simply longjmp() into getanswer().
/
-/************************************************************************/
+*************************************************************************/
void
catchalarm()
OpenPOWER on IntegriCloud