summaryrefslogtreecommitdiffstats
path: root/games/phantasia/interplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/phantasia/interplayer.c')
-rw-r--r--games/phantasia/interplayer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/phantasia/interplayer.c b/games/phantasia/interplayer.c
index 16ef1a6..6a7f9ec 100644
--- a/games/phantasia/interplayer.c
+++ b/games/phantasia/interplayer.c
@@ -114,7 +114,7 @@ long foeplace;
{
double dtemp; /* for temporary calculations */
double oldhits = 0.0; /* previous damage inflicted by foe */
-register int loop; /* for timing out */
+int loop; /* for timing out */
int ch; /* input */
short oldtampered; /* old value of foe's p_tampered */
@@ -733,7 +733,7 @@ long loc; /* location in file of other players */
userlist(ingameflag)
bool ingameflag;
{
-register int numusers = 0; /* number of users on file */
+int numusers = 0; /* number of users on file */
if (ingameflag && Player.p_blindness)
{
@@ -1160,7 +1160,7 @@ FILE *fp; /* for opening gold file */
*************************************************************************/
writevoid(vp, loc)
-register struct energyvoid *vp;
+struct energyvoid *vp;
long loc;
{
OpenPOWER on IntegriCloud