summaryrefslogtreecommitdiffstats
path: root/games/battlestar/room.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/battlestar/room.c')
-rw-r--r--games/battlestar/room.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battlestar/room.c b/games/battlestar/room.c
index 8992919..d78cc00 100644
--- a/games/battlestar/room.c
+++ b/games/battlestar/room.c
@@ -43,7 +43,7 @@ writedes()
{
int compass;
const char *p;
- register c;
+ int c;
printf("\n\t%s\n", location[position].name);
if (beenthere[position] < 3) {
@@ -61,8 +61,8 @@ writedes()
printobjs()
{
- register int *p = location[position].objects;
- register n;
+ int *p = location[position].objects;
+ int n;
printf("\n");
for (n = 0; n < NUMOFOBJECTS; n++)
OpenPOWER on IntegriCloud