diff options
author | B. Watson <yalhcru@gmail.com> | 2016-02-01 17:10:23 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-02-01 17:10:23 -0500 |
commit | 44b6d390ca9410912da397ef6c0d17fe049471b2 (patch) | |
tree | f1266cdf5d3e8387dbbd81c811bce69b26d4e806 | |
parent | 7226fd040457ac7202d3a91c27755239a92dd9f1 (diff) | |
download | taipan-44b6d390ca9410912da397ef6c0d17fe049471b2.tar.gz |
get rid of "to" after "your orders are", fixes gun display and descenders touching text
-rw-r--r-- | taipan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |