From c57fa9b1accc28bd366bc1236a0a39ec8aea5130 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 27 Jul 1998 01:12:35 +0000 Subject: const poisoning. --- phantasia/phantglobs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phantasia/phantglobs.h') diff --git a/phantasia/phantglobs.h b/phantasia/phantglobs.h index 1862b445..00077e55 100644 --- a/phantasia/phantglobs.h +++ b/phantasia/phantglobs.h @@ -1,4 +1,4 @@ -/* $NetBSD: phantglobs.h,v 1.4 1997/10/13 02:18:35 lukem Exp $ */ +/* $NetBSD: phantglobs.h,v 1.5 1998/07/27 01:12:35 mycroft Exp $ */ /* * phantglobs.h - global declarations for Phantasia @@ -27,7 +27,7 @@ extern jmp_buf Timeoenv; /* used for timing out waiting for input */ extern long Fileloc; /* location in file of player statistics */ -extern char *Login; /* pointer to login of current player */ +extern const char *Login; /* pointer to login of current player */ extern char *Enemyname; /* pointer name of monster/player we are battling*/ extern struct player Player; /* stats for player */ -- cgit v1.2.3-56-ge451