summaryrefslogtreecommitdiffstats
path: root/games/battlestar/com2.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/battlestar/com2.c')
-rw-r--r--games/battlestar/com2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/com2.c b/games/battlestar/com2.c
index 45a91318..4f2dc1d 100644
--- a/games/battlestar/com2.c
+++ b/games/battlestar/com2.c
@@ -41,7 +41,7 @@ static char sccsid[] = "@(#)com2.c 8.1 (Berkeley) 5/31/93";
wearit() /* synonyms = {sheathe, sheath} */
{
- register int n;
+ int n;
int firstnumber, value;
firstnumber = wordnumber;
@@ -160,7 +160,7 @@ use()
murder()
{
- register int n;
+ int n;
for (n=0; !((n == SWORD || n == KNIFE || n == TWO_HANDED || n == MACE || n == CLEAVER || n == BROAD || n == CHAIN || n == SHOVEL || n == HALBERD) && testbit(inven,n)) && n < NUMOFOBJECTS; n++);
if (n == NUMOFOBJECTS)
OpenPOWER on IntegriCloud