From 44b6d390ca9410912da397ef6c0d17fe049471b2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 1 Feb 2016 17:10:23 -0500 Subject: get rid of "to" after "your orders are", fixes gun display and descenders touching text --- taipan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3