aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-04-13 15:41:11 -0400
committerB. Watson <yalhcru@gmail.com>2021-04-13 15:41:11 -0400
commit044dbba1f59389d0ff73ab77d546cfbb53fdebd2 (patch)
tree0620297377a1291d62b38a49239d6a7820537954
parenteb76e647ae29b780c6dd5879f5ca84eb29fec8f8 (diff)
downloadtaipan-044dbba1f59389d0ff73ab77d546cfbb53fdebd2.tar.gz
Save 11 bytes
-rw-r--r--taipan.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/taipan.c b/taipan.c
index 274a041..98e136d 100644
--- a/taipan.c
+++ b/taipan.c
@@ -2360,7 +2360,6 @@ void quit(void)
under_attack_timed_getch();
result = sea_battle(GENERIC, num_ships);
- // gotoxy(0,23); /* to avoid disappearing U in "In use" */
}
if(result == 2) {
@@ -2408,8 +2407,6 @@ void quit(void)
...which seems to mean you die if you succeed in
running away from li yuen's pirates... */
result = sea_battle(LI_YUEN, num_ships);
-
- gotox0y(23); /* to avoid disappearing U in "In use" */
}
}