summaryrefslogtreecommitdiffstats
path: root/phantasia/interplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'phantasia/interplayer.c')
-rw-r--r--phantasia/interplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/interplayer.c b/phantasia/interplayer.c
index 8399f914..2344e0e9 100644
--- a/phantasia/interplayer.c
+++ b/phantasia/interplayer.c
@@ -1,4 +1,4 @@
-/* $NetBSD: interplayer.c,v 1.3 1997/10/13 02:18:22 lukem Exp $ */
+/* $NetBSD: interplayer.c,v 1.4 1999/09/08 21:17:53 jsm Exp $ */
/*
* interplayer.c - player to player routines for Phantasia
@@ -656,7 +656,7 @@ void
dotampered()
{
short tamper; /* value for tampering with other players */
- char *option; /* pointer to option description */
+ const char *option; /* pointer to option description */
double temp1 = 0.0, temp2 = 0.0; /* other tampering values */
int ch; /* input */
long loc; /* location in energy void file */