From 5a555a984855e94b0fc3c9154da6b65208ba2c70 Mon Sep 17 00:00:00 2001 From: veego Date: Sun, 30 Aug 1998 09:19:36 +0000 Subject: Add braces to make the new egcs happy. --- battlestar/com5.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'battlestar/com5.c') diff --git a/battlestar/com5.c b/battlestar/com5.c index 85905558..b6a3d123 100644 --- a/battlestar/com5.c +++ b/battlestar/com5.c @@ -1,4 +1,4 @@ -/* $NetBSD: com5.c,v 1.8 1998/08/29 19:58:12 hubertf Exp $ */ +/* $NetBSD: com5.c,v 1.9 1998/08/30 09:19:36 veego Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)com5.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: com5.c,v 1.8 1998/08/29 19:58:12 hubertf Exp $"); +__RCSID("$NetBSD: com5.c,v 1.9 1998/08/30 09:19:36 veego Exp $"); #endif #endif /* not lint */ @@ -92,7 +92,7 @@ love() while (wordtype[++wordnumber] != NOUNS && wordnumber <= wordcount); if (wordtype[wordnumber] == NOUNS && testbit(location[position].objects, wordvalue[wordnumber])) { - if (wordvalue[wordnumber] == NORMGOD && !loved) + if (wordvalue[wordnumber] == NORMGOD && !loved) { if (godready >= 2) { puts("She cuddles up to you, and her mouth starts to work:\n'That was my sister's amulet. The lovely goddess, Purl, was she. The Empire\ncaptured her just after the Darkness came. My other sister, Vert, was killed\nby the Dark Lord himself. He took her amulet and warped its power.\nYour quest was foretold by my father before he died, but to get the Dark Lord's\namulet you must use cunning and skill. I will leave you my amulet."); puts("which you may use as you wish. As for me, I am the last goddess of the\nwaters. My father was the Island King, and the rule is rightfully mine.'\n\nShe pulls the throne out into a large bed."); @@ -116,6 +116,7 @@ love() puts("You wish!"); return; } + } if (wordvalue[wordnumber] == NATIVE) { puts("The girl is easy prey. She peals off her sarong and indulges you."); power++; -- cgit v1.2.3