summaryrefslogtreecommitdiffstats
path: root/games/larn/moreobj.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/larn/moreobj.c')
-rw-r--r--games/larn/moreobj.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/larn/moreobj.c b/games/larn/moreobj.c
index 2f6f21c..ddad0d6 100644
--- a/games/larn/moreobj.c
+++ b/games/larn/moreobj.c
@@ -120,7 +120,7 @@ ohear()
othrone(arg)
int arg;
{
- register int i,k;
+ int i,k;
lprcat("\nDo you (p) pry off jewels, (s) sit down"); iopts();
while (1)
@@ -162,7 +162,7 @@ othrone(arg)
odeadthrone()
{
- register int k;
+ int k;
lprcat("\nDo you (s) sit down"); iopts();
while (1)
@@ -189,7 +189,7 @@ odeadthrone()
*/
ochest()
{
- register int i,k;
+ int i,k;
lprcat("\nDo you (t) take it, (o) try to open it"); iopts();
while (1)
{
@@ -245,7 +245,7 @@ ochest()
ofountain()
{
- register int x;
+ int x;
cursors();
lprcat("\nDo you (d) drink, (w) wash yourself"); iopts();
while (1) switch(getchar())
@@ -326,7 +326,7 @@ fch(how,x)
fntchange(how)
int how;
{
- register long j;
+ long j;
lprc('\n');
switch(rnd(9))
{
OpenPOWER on IntegriCloud