From 44fac3a89d25ca434f91c4f961a363ea590faae8 Mon Sep 17 00:00:00 2001 From: billf Date: Tue, 16 Nov 1999 02:58:06 +0000 Subject: Sync our register usage with NetBSD's (non-)usage. --- games/larn/movem.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'games/larn/movem.c') diff --git a/games/larn/movem.c b/games/larn/movem.c index 5091875..8ae1358 100644 --- a/games/larn/movem.c +++ b/games/larn/movem.c @@ -22,7 +22,7 @@ static short w1[9],w1x[9],w1y[9]; static int tmp1,tmp2,tmp3,tmp4,distance; movemonst() { - register int i,j; + int i,j; if (c[TIMESTOP]) return; /* no action if time is stopped */ if (c[HASTESELF]) if ((c[HASTESELF]&1)==0) return; if (spheres) movsphere(); /* move the spheres of annihilation if any */ @@ -95,7 +95,7 @@ static int tmpitem,xl,xh,yl,yh; movemt(i,j) int i,j; { - register int k,m,z,tmp,xtmp,ytmp,monst; + int k,m,z,tmp,xtmp,ytmp,monst; switch(monst=mitem[i][j]) /* for half speed monsters */ { case TROGLODYTE: case HOBGOBLIN: case METAMORPH: case XVART: @@ -192,7 +192,7 @@ out: if (tmp