aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taipan.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/taipan.c b/taipan.c
index e987170..9b4c3ee 100644
--- a/taipan.c
+++ b/taipan.c
@@ -1081,7 +1081,7 @@ char sea_battle(char id, int num_ships) {
*/
// flushinp();
- gotox0y(3);
+ gotox0y(5);
clrtoeol();
// cputs("Current seaworthiness: ");
@@ -1090,7 +1090,7 @@ char sea_battle(char id, int num_ships) {
cputs(" (");
cprintuchar(status);
cputs("%)");
- gotox0y(4);
+ // gotox0y(4);
for(i = 0; i <= 9; i++) {
if (num_ships > num_on_screen) {
@@ -1105,9 +1105,9 @@ char sea_battle(char id, int num_ships) {
plus_or_space(num_ships > num_on_screen);
- gotox0y(16);
+ // gotox0y(16);
// cputs("\n");
- crlf();
+ // crlf();
set_orders();