summaryrefslogtreecommitdiffstats
path: root/games/battlestar/com3.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/battlestar/com3.c')
-rw-r--r--games/battlestar/com3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/com3.c b/games/battlestar/com3.c
index cfee80f..bc4ec9f 100644
--- a/games/battlestar/com3.c
+++ b/games/battlestar/com3.c
@@ -57,7 +57,7 @@ dig()
puts("Nothing happens.");
}
}
- else
+ else
puts("You don't have a shovel.");
}
@@ -216,7 +216,7 @@ shoot()
if (wordnumber <= wordcount && wordtype[wordnumber] == NOUNS){
time++;
switch(wordvalue[wordnumber]){
-
+
case DOOR:
switch(position){
case 189:
OpenPOWER on IntegriCloud