diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 03:37:36 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 03:37:36 +0000 |
commit | 010f5413b5781bc362fde190ec835a424ec8d28e (patch) | |
tree | 4d8ac7e75ac179a918a76def244de6e3f3314e76 /games/battlestar/com1.c | |
parent | 2162b2d2265b5a190e84216b529977d83162f9cc (diff) |
Notes
Diffstat (limited to 'games/battlestar/com1.c')
-rw-r--r-- | games/battlestar/com1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/com1.c b/games/battlestar/com1.c index 2e506392920d4..d74f8621c76fe 100644 --- a/games/battlestar/com1.c +++ b/games/battlestar/com1.c @@ -140,7 +140,7 @@ news() fight(WOODSMAN,50); } switch(position){ - + case 267: case 257: /* entering a cave */ case 274: @@ -225,7 +225,7 @@ crash() if (!location[position].flyhere || (testbit(location[position].objects,LAND) && fuel <= 0)){ if (!location[position].flyhere) puts("You're flying too low. We're going to crash!"); - else{ + else{ puts("You're out of fuel. We'll have to crash land!"); if (!location[position].down){ puts("Your viper strikes the ground and explodes into firey fragments."); |