summaryrefslogtreecommitdiffstats
path: root/games/battlestar/com5.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/battlestar/com5.c')
-rw-r--r--games/battlestar/com5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/com5.c b/games/battlestar/com5.c
index d3b18fb..f3cb6a8 100644
--- a/games/battlestar/com5.c
+++ b/games/battlestar/com5.c
@@ -80,7 +80,7 @@ kiss()
love()
{
- register int n;
+ int n;
while (wordtype[++wordnumber] != NOUNS && wordnumber <= wordcount);
if (wordtype[wordnumber] == NOUNS && testbit(location[position].objects,wordvalue[wordnumber])){
@@ -126,7 +126,7 @@ love()
zzz()
{
int oldtime;
- register int n;
+ int n;
oldtime = gtime;
if ((snooze - gtime) < (0.75 * CYCLE)){
OpenPOWER on IntegriCloud