aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-01 17:10:23 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-01 17:10:23 -0500
commit44b6d390ca9410912da397ef6c0d17fe049471b2 (patch)
treef1266cdf5d3e8387dbbd81c811bce69b26d4e806
parent7226fd040457ac7202d3a91c27755239a92dd9f1 (diff)
downloadtaipan-44b6d390ca9410912da397ef6c0d17fe049471b2.tar.gz
get rid of "to" after "your orders are", fixes gun display and descenders touching text
-rw-r--r--taipan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/taipan.c b/taipan.c
index bd826e8..4cce51e 100644
--- a/taipan.c
+++ b/taipan.c
@@ -732,7 +732,7 @@ void fight_stats(int ships, int orders) {
if(ships != 1) cputc('s');
cputs(" attacking, Taipan! \r\n");
- cputs("Your orders are to: ");
+ cputs("Your orders are: ");
if(orders == 1)
cputs("Fight ");
else if(orders == 2)